C# Class HttpServer.NullLogWriter

Default log writer, writes everything to null (nowhere).
Inheritance: ILogWriter
Exibir arquivo Open project: 3di/3di-viewer-rei-libs

Public Properties

Property Type Description
Instance NullLogWriter

Public Methods

Method Description
Write ( object source, LogPrio prio, string message ) : void

Writes everything to null

Method Details

Write() public method

Writes everything to null
public Write ( object source, LogPrio prio, string message ) : void
source object object that wrote the logentry.
prio LogPrio Importance of the log message
message string The message.
return void

Property Details

Instance public_oe static_oe property

The logging instance.
public static NullLogWriter,HttpServer Instance
return NullLogWriter