Skip to main content
Module

x/tiny_logger/tiny-logger.ts>LogOptions

Logs to console and also writes log entries to either a Csv file or Txt file with Json objects. Slightly opinionated.
Latest
interface LogOptions
import { type LogOptions } from "https://deno.land/x/tiny_logger@v1.0.13/tiny-logger.ts";

Properties

optional
format: "csv" | "json"
optional
disableConsoleLogging: boolean
optional
consoleOutput: "raw" | "pretty"
optional
logLabel: string
optional
maxBytes: number