<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > AppLog > cAppLog Class > <cAppLog> Properties > <cAppLog>.AppId |
Description
Field containing an optional value of application id. It can be used to enrich logging messages.
Syntax
' SET
<cAppLog>.AppID = "My Application"
' GET
appId = <cAppLog>.AppID
Returns
String value of application ID, if previously set.
Remarks
Completely optional.
Restrictions
See also
Examples
uses "AppLog"
dim myLog as new cAppLog
myLog.AppID = "MyCompany.Application1"