Files
Prowlarr-TS-SDK/docs/models/logresource.md
2025-05-16 17:01:58 -05:00

22 lines
3.9 KiB
Markdown

# LogResource
## Example Usage
```typescript
import { LogResource } from "prowlarr";
let value: LogResource = {};
```
## Fields
| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| `id` | *number* | :heavy_minus_sign: | N/A |
| `time` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
| `exception` | *string* | :heavy_minus_sign: | N/A |
| `exceptionType` | *string* | :heavy_minus_sign: | N/A |
| `level` | *string* | :heavy_minus_sign: | N/A |
| `logger` | *string* | :heavy_minus_sign: | N/A |
| `message` | *string* | :heavy_minus_sign: | N/A |
| `method` | *string* | :heavy_minus_sign: | N/A |