instance property

SysLogger get instance

Implementation

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