Represents type TLogLevel.
TLogLevel
type TLogLevel = ( Unknown, Trace, Debug, Text, Info, Warn, Error, Fatal );
The TLogLevel type exposes the following members.
Represents constant Debug.
Debug
Represents constant Error.
Error
Represents constant Fatal.
Fatal
Represents constant Info.
Info
Represents constant Text.
Text
Represents constant Trace.
Trace
Excluded from all states and should never be used!
Represents constant Warn.
Warn