Enum
log-level
Log severity levels
enum log-level {
debug,
info,
notice,
warning,
error,
critical,
alert,
emergency,
}Cases
| Case | Description |
|---|---|
| debug | Detailed debugging information |
| info | General informational messages |
| notice | Normal but significant events |
| warning | Warning conditions |
| error | Error conditions |
| critical | Critical conditions |
| alert | Action must be taken immediately |
| emergency | System is unusable |