mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 12:47:44 +00:00
20 lines
285 B
Markdown
20 lines
285 B
Markdown
# Level
|
|
|
|
An integer log level to write to the PMS log with.
|
|
0: Error
|
|
1: Warning
|
|
2: Info
|
|
3: Debug
|
|
4: Verbose
|
|
|
|
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ------- | ------- |
|
|
| `ZERO` | 0 |
|
|
| `ONE` | 1 |
|
|
| `TWO` | 2 |
|
|
| `THREE` | 3 |
|
|
| `FOUR` | 4 | |