<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > AppLog > cAppLog Class > <cAppLog> constructor |
Description
Instantiates a cAppLog object, providing logging functionality.
Syntax
myLog = New cAppLog[()]
Returns
New cAppLog instance.
Parameters
None
Remarks
This is the first step you need to start using logging in your script.
Restrictions
See also
Examples
uses "AppLog"
dim myLog as new cAppLog