LogEvent constructor

LogEvent(
  1. String message,
  2. String level, {
  3. String? tag,
})

Implementation

LogEvent(this.message, this.level, {this.tag});