ConsoleFormatter constructor

ConsoleFormatter(
  1. String name
)

Creates a new instance of ConsoleFormatter with the given name.

Implementation

ConsoleFormatter(this.name);