CSharpLogger.Logger.HoldFlushes C# (CSharp) Method

HoldFlushes() public method

Stops all filewriting and holds all logging in a buffer until RestartFlushes() is called
public HoldFlushes ( ) : void
return void
        public void HoldFlushes()
        {
            flushHold = true;
        }