LogEntry constructor

LogEntry(
  1. LogLevel level,
  2. String print,
  3. StackTrace stackTrace
)

Implementation

LogEntry(this.level, this.print, this.stackTrace);