Property | Type | Description | |
---|---|---|---|
CONFIG_BUFFER_SIZE | int | ||
edt_Log | System.Windows.Forms.RichTextBox | ||
file_buffer | string | ||
file_path | string | ||
frm_Parent | System.Windows.Forms.Form | ||
loglevel | int | ||
loglevel_verbose | int | ||
using_text_box | System.Boolean |
Method | Description | |
---|---|---|
Dump_File ( string filename, string str ) : void | ||
Dump_File ( string filename, string str, bool append ) : void | ||
Log_Method ( ) : void | ||
Logger ( ) : System | ||
Step_In ( ) : void | ||
Step_In ( string msg ) : void | ||
Step_Out ( ) : void | ||
Step_Out ( string msg ) : void | ||
Write ( string msg ) : void | ||
Write ( string msg, int loglevel ) : void | ||
WriteLn ( string msg ) : void | ||
WriteLn ( string msg, int loglevel ) : void |
Method | Description | |
---|---|---|
Print ( string msg ) : void | ||
SendMessage ( |
public Dump_File ( string filename, string str ) : void | ||
filename | string | |
str | string | |
return | void |
public Dump_File ( string filename, string str, bool append ) : void | ||
filename | string | |
str | string | |
append | bool | |
return | void |
public Write ( string msg, int loglevel ) : void | ||
msg | string | |
loglevel | int | |
return | void |
public WriteLn ( string msg, int loglevel ) : void | ||
msg | string | |
loglevel | int | |
return | void |
public System.Windows.Forms.RichTextBox edt_Log | ||
return | System.Windows.Forms.RichTextBox |
public System.Windows.Forms.Form frm_Parent | ||
return | System.Windows.Forms.Form |