TLogSeverity - jachguate/jachLogMgr GitHub Wiki
unit: ujachLogMgr
declaration: TLogSeverity = (lsEmergency, lsAlert, lsCritical, lsError, lsWarning, lsNotice, lsInfo, lsDebug);
intrinsic type: Enumeration
TLogSeverity type
This enumeration is used to identify the severity level associated with each log entry.
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