C# Class ttaudio.TextboxAppender

Inheritance: log4net.Appender.AppenderSkeleton
Show file Open project: sidiandi/ttaudio Class Usage Examples

Public Methods

Method Description
TextboxAppender ( TextBox textBox ) : System

Protected Methods

Method Description
Append ( log4net.Core.LoggingEvent loggingEvent ) : void
OnClose ( ) : void

Method Details

Append() protected method

protected Append ( log4net.Core.LoggingEvent loggingEvent ) : void
loggingEvent log4net.Core.LoggingEvent
return void

OnClose() protected method

protected OnClose ( ) : void
return void

TextboxAppender() public method

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