Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
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_INFORMATIONThe event is informational. |
LOG_WARNINGThe event is reporting a failure that might have happened, but it is uncertain whether a failure really did occur. |
LOG_ERRORThe event affects a single component, but other components are not affected and the integrity of the rest of the node is not compromised. |
LOG_SEVEREThe 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 |
See also
Feedback
Was this page helpful?
