# 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 |