C# Class TestApp.ConsoleLogger

Inheritance: NVorbis.OpenTKSupport.LoggerBase
Datei anzeigen Open project: renaudbedard/nvorbis Class Usage Examples

Public Methods

Method Description
Log ( LogEvent eventType, OggStream stream ) : void
Log ( LogEventBoolean eventType, bool context ) : void
Log ( LogEventSingle eventType, float context ) : void
SetStreamIndex ( OggStream stream, int index ) : void
Write ( string text, int x = null, int y = null ) : void

Private Methods

Method Description
SetHOffset ( OggStream stream, int offset ) : void

Method Details

Log() public method

public Log ( LogEvent eventType, OggStream stream ) : void
eventType LogEvent
stream NVorbis.OpenTKSupport.OggStream
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, float context ) : void
eventType LogEventSingle
context float
return void

SetStreamIndex() public method

public SetStreamIndex ( OggStream stream, int index ) : void
stream NVorbis.OpenTKSupport.OggStream
index int
return void

Write() public method

public Write ( string text, int x = null, int y = null ) : void
text string
x int
y int
return void