Files
plexjava/docs/models/operations/Level.md

20 lines
275 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 |