Skip to content

TLogLevel

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

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: