Skip to main content
Module

x/tiny_logger/mod.ts>LogOptions

Logs to console and writes to a csv file
Go to Latest
interface LogOptions
import { type LogOptions } from "https://deno.land/x/tiny_logger@v1.0.1/mod.ts";

Properties

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