import { type ILogger } from "https://deno.land/x/sptaki@1.2.0/models/mod.ts";
Methods
writeToLogFile(data: string | Daum): void
logWithColor(): void
data: string | Record<string, unknown>,
textColor: LogTextColor,
backgroundColor?: LogBackgroundColor,