createLogger(options?: LoggerOptions): Logger
Creates a new logger with the given options
optional
options: LoggerOptions
- Logger configuration options
A Logger or StructuredLogger instance based on options.structured
createLogger(options?: LoggerOptions): Logger
Creates a new logger with the given options
options: LoggerOptions
A Logger or StructuredLogger instance based on options.structured
import { createLogger } from ".";