C# 클래스 NVorbis.OpenTKSupport.LoggerBase

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

공개 메소드들

메소드 설명
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 abstract 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 abstract 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 abstract Log ( LogEventSingle eventType, float context ) : void
eventType LogEventSingle
context float
리턴 void