BugseeLogEvent constructor

BugseeLogEvent(
  1. String text,
  2. BugseeLogLevel level
)

Implementation

BugseeLogEvent(this.text, this.level);