instance property

Logger instance

Implementation

static Logger get instance {
  assert(_singleton != null, 'Logger.init(...) not yet called');
  return _singleton!;
}