C# Class NVorbis.OpenTKSupport.LoggerBase

Inheritance: ILogger
Mostra file Open project: renaudbedard/nvorbis

Public Methods

Method Description
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

Method Details

Log() public abstract method

public abstract Log ( LogEvent eventType, OggStream stream ) : void
eventType LogEvent
stream OggStream
return void

Log() public method

public Log ( LogEventBoolean eventType, Func context ) : void
eventType LogEventBoolean
context Func
return void

Log() public abstract method

public abstract Log ( LogEventBoolean eventType, bool context ) : void
eventType LogEventBoolean
context bool
return void

Log() public method

public Log ( LogEventSingle eventType, Func context ) : void
eventType LogEventSingle
context Func
return void

Log() public abstract method

public abstract Log ( LogEventSingle eventType, float context ) : void
eventType LogEventSingle
context float
return void