C# Class NVorbis.OpenTKSupport.NullLogger

Inheritance: ILogger
ファイルを表示 Open project: renaudbedard/nvorbis

Public Properties

Property Type Description
Default ILogger

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 method

public 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 method

public 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 method

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

Property Details

Default public_oe static_oe property

public static ILogger Default
return ILogger