Interface: LoggerOptions
@ima/dev-utils.LoggerOptions
Properties
elapsed
• Optional
elapsed: () => string
Type declaration
▸ (): string
Returns time utility function, which when called returns formatted elapsed time from it's creation.
Returns
string
Callback to return formatted elapsed time.
Defined in
newLine
• Optional
newLine: boolean
Defined in
trackTime
• Optional
trackTime: boolean