C# Class Orc.Wizard.Example.Logging.TextBoxLogListener

Inheritance: Catel.Logging.LogListenerBase
Afficher le fichier Open project: WildGums/Orc.Wizard

Méthodes publiques

Méthode Description
Clear ( ) : void
TextBoxLogListener ( TextBox textBox ) : System

Méthodes protégées

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

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

TextBoxLogListener() public méthode

public TextBoxLogListener ( TextBox textBox ) : System
textBox System.Windows.Controls.TextBox
Résultat System

Write() protected méthode

protected Write ( ILog log, string message, LogEvent logEvent, object extraData, LogData logData, System.DateTime time ) : void
log ILog
message string
logEvent LogEvent
extraData object
logData LogData
time System.DateTime
Résultat void