LOG_LEVEL enumeration (resapi.h)
Represents the severity of the log event passed to the LogEvent callback function.
Syntax
typedef enum LOG_LEVEL {
LOG_INFORMATION,
LOG_WARNING,
LOG_ERROR,
LOG_SEVERE
} *PLOG_LEVEL;
Constants
LOG_INFORMATION The event is informational. |
LOG_WARNING The event is reporting a failure that might have happened, but it is uncertain whether a failure really did occur. |
LOG_ERROR The event affects a single component, but other components are not affected and the integrity of the rest of the node is not compromised. |
LOG_SEVERE The event is reporting a severe failure that affects multiple components, or the integrity of the entire system is compromised or believed to be compromised. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
Header | resapi.h |