C# Class nDump.GUI.TextAreaLogger

Inheritance: ILogger
ファイルを表示 Open project: SteveMoyer/nDump

Public Methods

Method Description
Log ( Exception ex ) : void
Log ( string message ) : void
TextAreaLogger ( TextBox logTextBox ) : System

Method Details

Log() public method

public Log ( Exception ex ) : void
ex System.Exception
return void

Log() public method

public Log ( string message ) : void
message string
return void

TextAreaLogger() public method

public TextAreaLogger ( TextBox logTextBox ) : System
logTextBox System.Windows.Forms.TextBox
return System