import { Logger } from "https://deno.land/x/danet@2.4.1/mod.ts";
Methods
private
concatNamespaceAndText(text: string, colorFunc: (text: string) => string)private
getNamespaceForDisplay()private
printTo(text: string,
colorFunc: (text: string) => string,
loggingFunc: (text: string) => void,
private
setNamespace(namespace: string)error(text: string)
log(text: string)
warn(text: string)