IFaxEventLogging interface (faxcomex.h)

The IFaxEventLogging interface defines a configuration object used by a fax client application to configure the event logging categories used by the fax service. You can specify the level of detail at which the fax service logs events in the application log.

Inheritance

The IFaxEventLogging interface inherits from the IDispatch interface. IFaxEventLogging also has these types of members:

Methods

The IFaxEventLogging interface has these methods.

 
IFaxEventLogging::get_GeneralEventsLevel

The IFaxEventLogging::get_GeneralEventsLevel property indicates the level of detail at which the fax service logs general events in the application log. (Get)
IFaxEventLogging::get_InboundEventsLevel

The IFaxEventLogging::get_InboundEventsLevel property indicates the level of detail at which the fax service logs events about inbound fax transmissions in the application log. (Get)
IFaxEventLogging::get_InitEventsLevel

The IFaxEventLogging::get_InitEventsLevel property indicates the level of detail at which the fax service logs initialization (starting the server) and termination (shutting down the server) events in the application log. (Get)
IFaxEventLogging::get_OutboundEventsLevel

The IFaxEventLogging::get_OutboundEventsLevel property indicates the level of detail at which the fax service logs events about outbound fax transmissions in the application log. (Get)
IFaxEventLogging::put_GeneralEventsLevel

The IFaxEventLogging::get_GeneralEventsLevel property indicates the level of detail at which the fax service logs general events in the application log. (Put)
IFaxEventLogging::put_InboundEventsLevel

The IFaxEventLogging::get_InboundEventsLevel property indicates the level of detail at which the fax service logs events about inbound fax transmissions in the application log. (Put)
IFaxEventLogging::put_InitEventsLevel

The IFaxEventLogging::get_InitEventsLevel property indicates the level of detail at which the fax service logs initialization (starting the server) and termination (shutting down the server) events in the application log. (Put)
IFaxEventLogging::put_OutboundEventsLevel

The IFaxEventLogging::get_OutboundEventsLevel property indicates the level of detail at which the fax service logs events about outbound fax transmissions in the application log. (Put)
IFaxEventLogging::Refresh

The IFaxEventLogging::Refresh method refreshes IFaxEventLogging interface information from the fax server.
IFaxEventLogging::Save

The IFaxEventLogging::Save method saves the IFaxEventLogging interface's data.

Remarks

A default implementation of IFaxEventLogging is provided as the FaxEventLogging object.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header faxcomex.h