LoggerOptionsCopyimport type { LoggerOptions } from "https://raw.githubusercontent.com/Yamboy1/deno-structured-logging/0.4.2/mod.ts";interface LoggerOptions {minimumLevel: LogLevel;outputFormat: string;}§Properties§minimumLevel: LogLevel[src]Minimum log level, any logs under this level will be ignored. Defaults to LogLevel.INFO §outputFormat: string[src]Output format for text logs