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