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

Inheritance: Catel.Logging.LogListenerBase
ファイルを表示 Open project: WildGums/Orc.Wizard

Public Methods

Method Description
Clear ( ) : void
TextBoxLogListener ( TextBox textBox ) : System

Protected Methods

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

Method Details

Clear() public method

public Clear ( ) : void
return void

TextBoxLogListener() public method

public TextBoxLogListener ( TextBox textBox ) : System
textBox System.Windows.Controls.TextBox
return System

Write() protected method

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
return void