NLog.NLogTraceListener.Close C# (CSharp) Method

Close() public method

When overridden in a derived class, closes the output stream so it no longer receives tracing or debugging output.
public Close ( ) : void
return void
        public override void Close()
        {
        }