CherriLogLevel constructor

CherriLogLevel(
  1. String name,
  2. String abbreviation, {
  3. String? ansiColor,
})

Implementation

CherriLogLevel(this.name, this.abbreviation, {this.ansiColor});