Logs a message to the Event Log.

 

   
Syntax
 
     

[VBScript]
Gestalt.Log inText

 

   
Params
 
     
Name   Type   Description
inText String The message that should be logged

 

   
Notes
 
     

Places an error message into the Application Event Log.

For example:

[VBScript]
myobj.Log "An event occurred!"

 

   
See Also
 
     

Gestalt LogErrors property