FAX_LOG_LEVEL_ENUM enumeration (faxcomex.h)
The FAX_LOG_LEVEL_ENUM enumeration defines the event logging levels for a logging category.
Syntax
typedef enum FAX_LOG_LEVEL_ENUM {
fllNONE = 0,
fllMIN,
fllMED,
fllMAX
} ;
Constants
fllNONE Value: 0 The fax server does not log events. |
fllMIN The fax server logs only severe failure events, such as errors. |
fllMED The fax server logs events of moderate severity, as well as severe failure events. This would include errors and warnings. |
fllMAX The fax server logs all events. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | faxcomex.h |
See also
IFaxEventLogging::get_GeneralEventsLevel
IFaxEventLogging::get_InboundEventsLevel