> For the complete documentation index, see [llms.txt](https://olian04.gitbook.io/better-logging/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://olian04.gitbook.io/better-logging/setup/log-levels.md).

# Log Levels

There are 6 different defined log levels. If log method X has a log level of N and the current log level is >=N, then X will be logged.

## Levels

* **debug**: 4
* **log**: 3
* **info**: 2
* **warn**: 1
* **error**: 0
* **line**: 1
* turn off all logging: -1
* default: 3
