LoggerConfig constructor
const
LoggerConfig({})
Implementation
const LoggerConfig({
this.enabled = true,
this.minLevel = LogLevel.debug,
this.showTimestamp = true,
this.showEmoji = true,
this.customLogger,
});