LogRequest
| Field | Type | Mandatory | Description |
|---|---|---|---|
| pagination | PageRequest | no | Page-related parameters. |
| from | DateTime | no | Requester is looking for log entries with timestamp that does not precede this one. |
| to | DateTime | no | Requester is looking for log entries with timestamp that does not succeed this one. |
| severity | LogSeverity | no | Requester is looking for log entries with severity that equals to or is higher than the specified one. |
| loggerStr | String | no | Requester is looking for log entries with logger whose name contains the specified text. |