SWLogger constructor

SWLogger()

Implementation

SWLogger()
    : super(
        printer: PrettyPrinter(
          methodCount: 0,
          errorMethodCount: 12,
          lineLength: 77,
          colors: true,
          printTime: false,
          noBoxingByDefault: false,
        ),
      ) {
  replace<ILogger>(() => this);
}