Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
color?: string
[src]
§
colorize?: boolean
[src]
§
prefix?: string | null
[src]
§
preLine?: string
[src]
§
silent?: boolean
[src]