public static LoggingFacade GetInstance() { if (instance == null) { instance = new LoggingFacade(); instance._itemsLock = new object(); } return(instance); }
public void Clean() { this.ClearLogs(); instance = null; }