C# Class CAClientCommon.UILogger

Show file Open project: periodic/LoLLogs Class Usage Examples

Public Properties

Property Type Description
logLabel System.Windows.Forms.TextBox

Public Methods

Method Description
UILogger ( TextBox output ) : System
log ( string msg ) : void

Method Details

UILogger() public method

public UILogger ( TextBox output ) : System
output System.Windows.Forms.TextBox
return System

log() public method

public log ( string msg ) : void
msg string
return void

Property Details

logLabel public property

public TextBox,System.Windows.Forms logLabel
return System.Windows.Forms.TextBox