CSharpLogger.Logger.Close C# (CSharp) Method

Close() public method

Call to close the filestream
public Close ( ) : void
return void
        public void Close()
        {
            writer.Close();
        }