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.
Remarks
Note Changes made to the
FaxEventLogging object will not be saved until you call the
FaxEventLogging.Save method.
A FaxEventLogging object is accessed through a FaxLoggingOptions object.
.gif)
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 FaxLoggingOptions.EventLogging method.
Object Information
| CLSID |
CLSID_FaxEventLogging |
|---|
| Minimum operating systems |
Windows XP, Windows Server 2003 |
|---|
See Also
Fax Service object hierarchy, IFaxEventLogging