C# Class Azavea.NijPredictivePolicing.AcsAlchemistGui.TextboxAppender

Simple helper class so we can append our log to the form in a thread safe way
Inheritance: log4net.Appender.AppenderSkeleton
Datei anzeigen Open project: azavea/acs-alchemist Class Usage Examples

Protected Properties

Property Type Description
_control System.Windows.Forms.TextBox

Public Methods

Method Description
TextboxAppender ( TextBox control ) : System

Protected Methods

Method Description
Append ( log4net loggingEvent ) : void

Method Details

Append() protected method

protected Append ( log4net loggingEvent ) : void
loggingEvent log4net
return void

TextboxAppender() public method

public TextboxAppender ( TextBox control ) : System
control System.Windows.Forms.TextBox
return System

Property Details

_control protected_oe property

protected TextBox,System.Windows.Forms _control
return System.Windows.Forms.TextBox