LogEntity constructor

LogEntity(
  1. DateTime time,
  2. String data,
  3. LogLevel level
)

Implementation

LogEntity(this.time, this.data, this.level);