-
Notifications
You must be signed in to change notification settings - Fork 10
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
This enumeration is used to define the filtering threshold of the logger class.
- 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
jump to: get started — multiple log destinations — units and classes — wiki home — blog (English) — blog (Spanish) — library home