LogMessage constructor

LogMessage(
  1. int time,
  2. LogLevel level,
  3. String scope,
  4. String message,
  5. String verboseInfo,
)

@brief Default constructor

Implementation

LogMessage(this.time, this.level, this.scope, this.message, this.verboseInfo);