instance property

Logger get instance

Implementation

static Logger get instance {
  _instance ??= SysLogger();
  return _instance!;
}