LoggingLevel : string
The severity of a log message.
These map to syslog message severities, as specified in RFC-5424: https://datatracker.ietf.org/doc/html/rfc5424#section-6.2.1
Tags
Table of Contents
Cases
- Alert = 'alert'
- Critical = 'critical'
- Debug = 'debug'
- Emergency = 'emergency'
- Error = 'error'
- Info = 'info'
- Notice = 'notice'
- Warning = 'warning'