LogEvent constructor

LogEvent(
  1. int level,
  2. String message
)

Implementation

LogEvent(this.level, this.message);