HttpServer.NullLogWriter.Write C# (CSharp) 메소드

Write() 공개 메소드

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