class Loggerimport { Logger } from "https://deno.land/x/fileserver@1.1.19/src/Logger.ts"; A logging utility. ConstructorsnewLogger(unnamed 0: { colors?: boolean; debug?: boolean; output?: boolean; })Initiate a new logger. Propertiesreadonly_debug: booleanreadonly_output: booleanreadonlycolors: booleanMethodsprivate_(type: string,color: (s: string) => string,message: any,...args: any[],)Output a message to the console. debug(message: any, ...args: any)error(message: any, ...args: any)info(message: any, ...args: any)warn(message: any, ...args: any)