Enum PntosLoggingLevel
Defined in File common.h
Enum Documentation
-
enum PntosLoggingLevel
An enumeration of the types of log outs that are available in pntOS.
Values:
-
enumerator PNTOS_LOG_LEVEL_ERROR
This output indicates the program has entered an error state, and likely needs to be inspected to discover what went wrong.
-
enumerator PNTOS_LOG_LEVEL_WARN
This output is designed to warn of a possibly unintended state that may be harmless or be indicative of a bug.
-
enumerator PNTOS_LOG_LEVEL_INFO
This output is designed to be informational, and may indicate correct operation.
-
enumerator PNTOS_LOG_LEVEL_DEBUG
This output is designed to assist in debugging plugins by providing additional information about state and behavior which would be otherwise unnecessary.
-
enumerator PNTOS_LOG_LEVEL_ERROR