class ConsoleHandler
extends BaseHandler
import { ConsoleHandler } from "https://deno.land/std@0.195.0/log/handlers.ts";
This is the default logger. It will output color coded log messages to the
console via console.log()
.
import { ConsoleHandler } from "https://deno.land/std@0.195.0/log/handlers.ts";
This is the default logger. It will output color coded log messages to the
console via console.log()
.