Skip to main content

Interface: LoggerLevelOptions

@sapphire/plugin-logger.LoggerLevelOptions

The options for LoggerLevel.

Since

1.0.0

Properties

infix

Optional infix: string

The infix to be included between the timestamp and the message.

Since

1.0.0

Default

''

Defined in

projects/plugins/packages/logger/src/lib/LoggerLevel.ts:64


message

Optional message: null | LoggerStyleResolvable

The style options for the message.

Since

1.0.0

Default

colorette.clear

Defined in

projects/plugins/packages/logger/src/lib/LoggerLevel.ts:71


timestamp

Optional timestamp: null | LoggerTimestampOptions

The timestamp options. Set to null to disable timestamp parsing.

Since

1.0.0

Default

{}

Defined in

projects/plugins/packages/logger/src/lib/LoggerLevel.ts:57