Skip to content

TLogSeverity

Juan Antonio Castillo edited this page Mar 8, 2022 · 2 revisions

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: