SimpleLogPrinter constructor

SimpleLogPrinter(
  1. String className, {
  2. bool colorsEnabled = true,
})

Implementation

SimpleLogPrinter(this.className, {this.colorsEnabled = true}) {
  counter++;
}