[C#]
static void Log(string inText);
[Visual Basic]
Shared Sub Log(inText As String)
Places a message into the Windows Application Event Log. Note that the source will be "ImageGlue".
XSettings.Log("An event occurred!");
XSettings.Log("An event occurred!")