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: