HttpServer.NullLogWriter.Write C# (CSharp) Method

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
        public void Write(object source, LogPrio prio, string message)
        {
        }
NullLogWriter