| Value | Meaning |
|---|---|
| all1 | Lowest possible assignable LogLevel. |
| trace32 | LogLevel for tracing the execution of the program. |
| info64 | This level is used to display information about the program. |
| warning96 | warnings about the program should be displayed with this level. |
| error128 | Information about errors should be logged with this level. |
| critical160 | Messages that inform about critical errors should be logged with this level. |
| fatal192 | Log messages that describe fatal errors should use this level. |
| offubyte.max | Highest possible LogLevel. |
Log level copied from std.logger.core.LogLevel.