C# Class NVorbis.OpenTKSupport.LoggerBase

Inheritance: ILogger
Afficher le fichier Open project: renaudbedard/nvorbis

Méthodes publiques

Méthode 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 méthode

public abstract Log ( LogEvent eventType, OggStream stream ) : void
eventType LogEvent
stream OggStream
Résultat void

Log() public méthode

public Log ( LogEventBoolean eventType, Func context ) : void
eventType LogEventBoolean
context Func
Résultat void

Log() public abstract méthode

public abstract Log ( LogEventBoolean eventType, bool context ) : void
eventType LogEventBoolean
context bool
Résultat void

Log() public méthode

public Log ( LogEventSingle eventType, Func context ) : void
eventType LogEventSingle
context Func
Résultat void

Log() public abstract méthode

public abstract Log ( LogEventSingle eventType, float context ) : void
eventType LogEventSingle
context float
Résultat void