Interface: 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
{}