C# 클래스 NVorbis.OpenTKSupport.NullLogger

상속: ILogger
파일 보기 프로젝트 열기: renaudbedard/nvorbis

공개 프로퍼티들

프로퍼티 타입 설명
Default ILogger

공개 메소드들

메소드 설명
Log ( LogEvent eventType, OggStream stream ) : void
Log ( LogEventBoolean eventType, Func context ) : void
Log ( LogEventBoolean eventType, bool context ) : void
Log ( LogEventSingle eventType, Func context ) : void
Log ( LogEventSingle eventType, float context ) : void

메소드 상세

Log() 공개 메소드

public Log ( LogEvent eventType, OggStream stream ) : void
eventType LogEvent
stream OggStream
리턴 void

Log() 공개 메소드

public Log ( LogEventBoolean eventType, Func context ) : void
eventType LogEventBoolean
context Func
리턴 void

Log() 공개 메소드

public Log ( LogEventBoolean eventType, bool context ) : void
eventType LogEventBoolean
context bool
리턴 void

Log() 공개 메소드

public Log ( LogEventSingle eventType, Func context ) : void
eventType LogEventSingle
context Func
리턴 void

Log() 공개 메소드

public Log ( LogEventSingle eventType, float context ) : void
eventType LogEventSingle
context float
리턴 void

프로퍼티 상세

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

public static ILogger Default
리턴 ILogger