Logs a message to the Event Log.

 

   
Syntax
 
     

[Visual Basic]
Sub Gestalt.Log(inText As String)

[C#]
void Gestalt.Log(string inText);

 

   
Params
 
     
Name   Description
inText The message that should be logged

 

   
Notes
 
     

Places an error message into the Application Event Log.

For example:

[Visual Basic]
myobj.Log("An event occurred!")

[C#]
myobj.Log("An event occurred!");

 

   
See Also
 
     

Gestalt LogErrors property