LogOptions constructor
- bool showTime = true,
- bool showEmoji = true,
- bool logInRelease = true,
- LoggerLevel level = LoggerLevel.info,
- LogFormatter? formatter,
Implementation
const LogOptions({
this.showTime = true,
this.showEmoji = true,
this.logInRelease = true,
this.level = LoggerLevel.info,
this.formatter,
});