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

ConsoleOptions

import type { ConsoleOptions } from "https://raw.githubusercontent.com/Yamboy1/deno-structured-logging/0.4.2/mod.ts";

Options for the console sink

interface ConsoleOptions {
colorOptions: Partial<ColorOptions>;
enableColors: boolean;
}

§Properties

§
colorOptions: Partial<ColorOptions>
[src]

Color overrides for the sink

§
enableColors: boolean
[src]

Whether colors should be enabled