CherriMessage constructor

CherriMessage(
  1. CherriLogLevel logLevel,
  2. String message,
  3. DateTime timestamp, {
  4. String? className,
  5. String? methodName,
  6. StackTrace? stackTrace,
})

Implementation

CherriMessage(
  this.logLevel,
  this.message,
  this.timestamp, {
  this.className,
  this.methodName,
  this.stackTrace,
});