Interface: LoggerTimestampFormatter()
The formatter used for LoggerTimestampOptions. This will be run after applying the color to the formatter.
Since
1.0.0
LoggerTimestampFormatter(
timestamp
:string
):string
The formatter used for LoggerTimestampOptions. This will be run after applying the color to the formatter.
Parameters
Parameter | Type | Description |
---|---|---|
timestamp | string | The output of LoggerStyle.run on Timestamp.display/Timestamp.displayUTC. |
Returns
string
Since
1.0.0
Since
1.0.0
Defined in
projects/plugins/packages/logger/src/lib/LoggerTimestamp.ts:99