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

# LogTimingOptions

# Interface: LogTimingOptions

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

Options for the

## Log Timing

decorator

## Properties

### label?

> `optional` **label?**: `string`

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

Custom label for timing logs

***

### level?

> `optional` **level?**: [`LogLevelString`](../type-aliases/LogLevelString)

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

Log level to use (default: 'info')

***

### threshold?

> `optional` **threshold?**: `number`

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

Threshold in ms - only log if execution exceeds this (default: 0)
