C# 클래스 HttpServer.NullLogWriter

Default log writer, writes everything to null (nowhere).
상속: ILogWriter
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs

공개 프로퍼티들

프로퍼티 타입 설명
Instance NullLogWriter

공개 메소드들

메소드 설명
Write ( object source, LogPrio prio, string message ) : void

Writes everything to null

메소드 상세

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

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

The logging instance.
public static NullLogWriter,HttpServer Instance
리턴 NullLogWriter