Skip to main content

LoggerFormatOptions

@abimongo/logger


Interface: LoggerFormatOptions

Defined in: types/logger.types.ts:40

Properties

colorize?

optional colorize: boolean

Defined in: types/logger.types.ts:42


json?

optional json: boolean

Defined in: types/logger.types.ts:44


prefix?

optional prefix: string

Defined in: types/logger.types.ts:45


source?

optional source: string

Defined in: types/logger.types.ts:43


timestamp?

optional timestamp: boolean | () => string

Defined in: types/logger.types.ts:41