-
Notifications
You must be signed in to change notification settings - Fork 10
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
This enumeration is used to identify the severity level associated with each log entry.
- 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