LoggerConfig constructor
const
LoggerConfig({})
Implementation
const LoggerConfig({
this.enabled = true,
this.minLevel = LogLevel.verbose,
this.showTimestamp = true,
this.showLevel = true,
this.showLocation = false,
this.showStackTrace = true,
this.prettyJson = true,
this.maxLength = 0,
this.customHandler,
});