LogMessage constructor

const LogMessage(
  1. LogLevel level,
  2. String message,
  3. DateTime timestamp,
  4. String loggerName,
  5. String loggerTag,
)

Implementation

const LogMessage(
  this.level,
  this.message,
  this.timestamp,
  this.loggerName,
  this.loggerTag,
);