C# Class RelicLogging.OutputForm

Inheritance: System.Windows.Forms.Form, ILogHandler
显示文件 Open project: jurney/P4Backup

Public Properties

Property Type Description
textBoxOutput System.Windows.Forms.TextBox

Public Methods

Method Description
BeginBatch ( ) : void
EndBatch ( ) : void
HandleLog ( MessageType messageType, string message ) : void
OutputForm ( ) : System
UpdateOutput ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddItem ( LogMessage message ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OutputForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
OutputForm_Shown ( object sender, EventArgs e ) : void
buttonCopyToClipboard_Click ( object sender, EventArgs e ) : void

Method Details

BeginBatch() public method

public BeginBatch ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

EndBatch() public method

public EndBatch ( ) : void
return void

HandleLog() public method

public HandleLog ( MessageType messageType, string message ) : void
messageType MessageType
message string
return void

OutputForm() public method

public OutputForm ( ) : System
return System

UpdateOutput() public method

public UpdateOutput ( ) : void
return void

Property Details

textBoxOutput public_oe property

public System.Windows.Forms.TextBox textBoxOutput
return System.Windows.Forms.TextBox