LogEvent constructor
LogEvent(
- String title, {
- Object? exception,
- StackTrace? stackTrace,
- Level level = Level.debug,
Implementation
LogEvent(
this.title, {
this.exception,
this.stackTrace,
this.level = Level.debug,
});