class ConsoleHandler extends BaseHandlerView codeThis is the default logger. It will output color coded log messages to the console via console.log(). Constructorsnew ConsoleHandler(levelName: LevelName,options?: ConsoleHandlerOptions)View codeMethodsapplyColors(msg: string,level: number): stringView codeformat(logRecord: LogRecord): stringView codelog(msg: string): voidView code