C# Class Catel.Logging.EtwLogListener

Log listener for ETW (Event tracing for Windows).
Inheritance: LogListenerBase
Afficher le fichier Open project: Catel/Catel

Méthodes protégées

Méthode Description
Write ( ILog log, string message, LogEvent logEvent, object extraData, LogData logData, System time ) : void

Called when any message is written to the log.

Method Details

Write() protected méthode

Called when any message is written to the log.
protected Write ( ILog log, string message, LogEvent logEvent, object extraData, LogData logData, System time ) : void
log ILog The log.
message string The message.
logEvent LogEvent The log event.
extraData object The additional data.
logData LogData The log data.
time System The time.
Résultat void