Skip to main content
Module

x/deno_util/logger.ts>LoggerOptions

A collection of util libraries for Deno like logger [supports color, format, level], prompts [password]
Latest
interface LoggerOptions
import { type LoggerOptions } from "https://deno.land/x/deno_util@v0.0.3/logger.ts";

Properties

optional
level: LogLevel
optional
format: string
optional
newLine: boolean