LoggerConfig constructor
const
LoggerConfig({
- Level level = Level.INFO,
- void customHandler()?,
- bool includeStackTraces = true,
Implementation
const LoggerConfig({
this.level = Level.INFO,
this.customHandler,
this.includeStackTraces = true,
});