TLogLevel - jachguate/jachLogMgr GitHub Wiki
unit: ujachLogMgr
declaration: TLogLevel = (llOff, llEmergency, llAlert, llCritical, llError, llWarning, llNotice, llInfo, llDebug, llAll);
intrinsic type: Enumeration
TLogLevel type
This enumeration is used to define the filtering threshold of the logger class.
Further reading:
- About the usage of the type read Log levels and filter by level.
- About the standard meaning of the values read severity levels.
- For advanced usage, read log topics and filter by severity level by topic