Interface: LoggerLevelOptions
The options for LoggerLevel.
Since
1.0.0
Properties
infix?
optionalinfix: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?
optionalmessage: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?
optionaltimestamp:null|LoggerTimestampOptions
The timestamp options. Set to null to disable timestamp parsing.
Since
1.0.0
Default
{}