# LogLineRequest ## Fields | Field | Type | Required | Description | Example | | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | | `Level` | [Level](../../Models/Requests/Level.md) | :heavy_check_mark: | An integer log level to write to the PMS log with.
0: Error
1: Warning
2: Info
3: Debug
4: Verbose
| | | `Message` | *string* | :heavy_check_mark: | The text of the message to write to the log. | Test log message | | `Source` | *string* | :heavy_check_mark: | a string indicating the source of the message. | Postman |