import { TinyLogger } from "https://deno.land/x/tiny_logger@v1.0.12/tiny-logger.ts";
Constructors
new
TinyLogger(options?: LogOptions)Methods
private
init()private
logToConsole(level: LogLevels,
source: string,
message: string,
private
openFile(file: string)private
save(file: Deno.FsFile, data: Uint8Array)private
writeFile(data: string, callback: (Function))debug(source: string, message: string)
enableFileLogging(path?: string)
error(source: string, message: string)
info(source: string, message: string)
warn(source: string, message: string)