Skip to main content

Interface: LoggerLevelOptions

Defined in: projects/plugins/packages/logger/src/lib/LoggerLevel.ts:51

The options for LoggerLevel.

Since

1.0.0

Properties

infix?

optional infix: string

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

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

Since

1.0.0

Default

''

message?

optional message: null | LoggerStyleResolvable

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

The style options for the message.

Since

1.0.0

Default

colorette.clear

timestamp?

optional timestamp: null | LoggerTimestampOptions

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

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

Since

1.0.0

Default

{}