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

Inheritance: Catel.Logging.LogListenerBase
Mostra file Open project: WildGums/Orc.Analytics

Public Methods

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

Protected Methods

Method Description
Write ( ILog log, string message, LogEvent logEvent, object extraData, 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, System.DateTime time ) : void
log ILog
message string
logEvent LogEvent
extraData object
time System.DateTime
return void