AppLog

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules >

AppLog

 

Description

 

AppLog module provides function to manage application logging.

 

How to use this module

 

Inside your script, before calling any module specific keyword, add the following:

 

USES "AppLog"

 

This directive will load the module and add new keywords and classes described in this section.