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
Afficher le fichier Open project: azavea/acs-alchemist Class Usage Examples

Protected Properties

Свойство Type Description
_control System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
TextboxAppender ( TextBox control ) : System

Méthodes protégées

Méthode Description
Append ( log4net loggingEvent ) : void

Method Details

Append() protected méthode

protected Append ( log4net loggingEvent ) : void
loggingEvent log4net
Résultat void

TextboxAppender() public méthode

public TextboxAppender ( TextBox control ) : System
control System.Windows.Forms.TextBox
Résultat System

Property Details

_control protected_oe property

protected TextBox,System.Windows.Forms _control
Résultat System.Windows.Forms.TextBox