SampleApp.Form1.log Function
This method appends text to the text box on the Log Messages Tab.
Public void log (string, string)
Type
Name
Description
string
location
The module that is the source of the message.
string
msg
Some message.
Return
Description
void