Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 417 Bytes

level.md

File metadata and controls

27 lines (20 loc) · 417 Bytes

Level

An integer log level to write to the PMS log with.
0: Error
1: Warning
2: Info
3: Debug
4: Verbose

Example Usage

import { Level } from "@lukehagar/plexjs/sdk/models/operations";

let value: Level = Level.Two;

Values

Name Value
Zero 0
One 1
Two 2
Three 3
Four 4