SaturnRingLibrary 0.9
SGL wrapper
 
Loading...
Searching...
No Matches

◆ LogLevels

enum class SRL::Logger::LogLevels : uint8_t
strong

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.