mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
3.9 KiB
3.9 KiB
LogResource
Example Usage
import { LogResource } from "prowlarr";
let value: LogResource = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
number | ➖ | N/A |
time |
Date | ➖ | N/A |
exception |
string | ➖ | N/A |
exceptionType |
string | ➖ | N/A |
level |
string | ➖ | N/A |
logger |
string | ➖ | N/A |
message |
string | ➖ | N/A |
method |
string | ➖ | N/A |