LogLevels.
Enumerator |
---|
TRACE | TRACE Level, used to trace code execution while debugging.
|
TESTING | DEBUG Level, debug traces, may disappear at release.
|
INFO | INFO Level, generic information messages.
|
WARNING | WARNING Level, warning messages.
|
FATAL | FATAL Level, message display before a crash.
|
NONE | NONE Level, used to disable logging.
|