A list of logging levels.
| Member Name | Description | 
|---|---|
| Critical | For critical messages that mean the server is about to crash! | 
| Debug | Debugging messages that provide extra context to help track down an annoying bug. | 
| Error | For serious errors. | 
| Info | Informational messages. | 
| System | Messages emitted on startup and shutdown. | 
| Warning | For warnings that aren't critically important, but also shouldn't be ignored. |