C# Class Bracket.Hosting.Samples.Embedded.TextBoxLogWriter

Inheritance: ILogWriter
Afficher le fichier Open project: PlasticLizard/Bracket Class Usage Examples

Méthodes publiques

Méthode Description
TextBoxLogWriter ( TextBox textBox ) : System
Write ( object source, LogPrio priority, string message ) : void

Method Details

TextBoxLogWriter() public méthode

public TextBoxLogWriter ( TextBox textBox ) : System
textBox System.Windows.Forms.TextBox
Résultat System

Write() public méthode

public Write ( object source, LogPrio priority, string message ) : void
source object
priority LogPrio
message string
Résultat void