FaxEventLogging object

The FaxEventLogging configuration object is 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.

Members

The FaxEventLogging object has these types of members:

Methods

The FaxEventLogging object has these methods.

Method Description
Refresh The Refresh method refreshes FaxEventLogging object information from the fax server.
Save The Save method saves the FaxEventLogging object's data.

 

Properties

The FaxEventLogging object has these properties.

Property Access type Description
GeneralEventsLevel
Read/write
The GeneralEventsLevel property indicates the level of detail at which the fax service logs general events in the application log. General events include those that are not related to initialization and termination or to inbound and outbound transmissions.
InboundEventsLevel
Read/write
The InboundEventsLevel property indicates the level of detail at which the fax service logs events about inbound fax transmissions in the application log.
InitEventsLevel
Read/write
The 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.
OutboundEventsLevel
Read/write
The OutboundEventsLevel property indicates the level of detail at which the fax service logs events about outbound fax transmissions in the application log.

 

Remarks

Note

Changes made to the FaxEventLogging object will not be saved until you call the Save method.

 

A FaxEventLogging object is accessed through a FaxLoggingOptions object.

faxserver, faxloggingoptions, faxactivitylogging, and faxeventlogging objects

To create a FaxEventLogging object in Microsoft Visual Basic, call the EventLogging property of the FaxLoggingOptions object.

To create a FaxEventLogging object in C++, call the EventLogging method.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Faxcomex.h
DLL
Fxscomex.dll
IID
CLSID_FaxEventLogging

See also

Fax Service object hierarchy

IFaxEventLogging