mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 12:37:46 +00:00
2.6 KiB
2.6 KiB
LogLineRequest
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Level |
Level | ✔️ | An integer log level to write to the PMS log with. 0: Error 1: Warning 2: Info 3: Debug 4: Verbose |
|
Message |
string | ✔️ | The text of the message to write to the log. | Test log message |
Source |
string | ✔️ | a string indicating the source of the message. | Postman |