> ## Documentation Index
> Fetch the complete documentation index at: https://resq-dependabot-github-actions-github-actions-478e18be3d.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LogClassOptions

# Interface: LogClassOptions

Defined in: [logger.types.ts:151](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/logger/src/logger.types.ts#L151)

Options for the

## Log Class

decorator

## Properties

### exclude?

> `optional` **exclude?**: `string`\[]

Defined in: [logger.types.ts:153](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/logger/src/logger.types.ts#L153)

Methods to exclude from logging

***

### logCalls?

> `optional` **logCalls?**: `boolean`

Defined in: [logger.types.ts:155](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/logger/src/logger.types.ts#L155)

Whether to log all method calls (default: true)

***

### timing?

> `optional` **timing?**: `boolean`

Defined in: [logger.types.ts:157](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/logger/src/logger.types.ts#L157)

Whether to time all method calls (default: false)
