LogEntry constructor
LogEntry(
- LogLevel level,
- String print,
- StackTrace stackTrace
Implementation
LogEntry(this.level, this.print, this.stackTrace);
LogEntry(this.level, this.print, this.stackTrace);