LoggerOptions
import type { LoggerOptions } from "https://raw.githubusercontent.com/DevArtSite/logger/master/mod.ts";
interface LoggerOptions {
color?: string;
colorize?: boolean;
prefix?: string | null;
preLine?: string;
silent?: boolean;
}import type { LoggerOptions } from "https://raw.githubusercontent.com/DevArtSite/logger/master/mod.ts";