Variable SeverityLevelConst

SeverityLevel: Readonly<{
    ALERT: "alert";
    CRITICAL: "critical";
    DEBUG: "debug";
    EMERGENCY: "emergency";
    ERROR: "error";
    INFORMATIONAL: "info";
    NOTICE: "notice";
    OFF: "off";
    TRACE: "trace";
    WARNING: "warn";
}> = ...

Severity levels align with unix syslog. Most typical driver functions will log to debug.