class TinyLoggerimport { TinyLogger } from "https://deno.land/x/tiny_logger@v1.0.2/mod.ts"; ConstructorsnewTinyLogger(options: LogOptions)Methodsprivateinit()privatelogToConsole(level: LogLevels,source: string,message: string,)privatewriteFile(data: string)debug(source: string, message: string)error(source: string, message: string)info(source: string, message: string)warn(source: string, message: string)