Lawo.GlowAnalyzerProxy.Main.LogInfo.Dispose C# (CSharp) Method

Dispose() public method

public Dispose ( ) : void
return void
        public void Dispose()
        {
            this.logger.Dispose();
            this.xmlWriter.Dispose();
            this.writer.Dispose();
            this.stream.Dispose();
        }