import * as denoStructuredLogging from "https://raw.githubusercontent.com/Yamboy1/deno-structured-logging/0.4.2/mod.ts";
jsonFormat | A json output format |
textFormat | The default text output format |
consoleSink | A console sink (with colors) |
createLogger | Create a new Logger |
fileSink | A basic sink to write to a file |
ColorOptions | Color overrides for the console sink |
ConsoleOptions | Options for the console sink |
LogEntry | A parsed log entry |
Logger | THe main logger class |
LoggerOptions |
ColorFunction | A function that changes the color of a string in the terminal, generally from std/fmt/colors.ts |
LogFunction | |
SinkFunction | A sink is like an output, sometimes known as a handler |