LogColor.none constructor

LogColor.none()

Returns the new instance of LogColor without colors.

Implementation

LogColor.none()
    : _trace = AnsiColor.none(),
      _debug = AnsiColor.none(),
      _info = AnsiColor.none(),
      _warn = AnsiColor.none(),
      _error = AnsiColor.none(),
      _fatal = AnsiColor.none();