instance property

Logger get instance

Implementation

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