C# Class NVorbis.OpenTKSupport.NullLogger

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

Méthodes publiques

Свойство Type Description
Default ILogger

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

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

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

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

Property Details

Default public_oe static_oe property

public static ILogger Default
Résultat ILogger