Downloaded and installed ActiveLogger v1.2.0.4 (not from this site as the download seems to be broken).
Tried the following:
set oActiveLogger = CreateObject("Adiscon.ActiveLogger")
if IsObject(oActiveLogger) then
call oActiveLogger.LogToSyslog("My Message to be logged")
end if
and got an error:
Microsoft VBScript runtime error '800a01fb'
An exception occurred: 'LogToSyslog'
The IsObject test passed and I could see the object in VInterdev watch.
Do I need to do something else apart from install?

