Well, for Windows platforms, you can do something like this (this is from
ECL, but with a tiny bit of code...):

:! eventcreate /t information /id 999 /l System /so MyModule /d "Error Test"

/t = ERROR | WARNING | INFORMATION
/id = Event ID
/l (lowercase L) = APPLICATION OR SYSTEM
/so = SourceName (any text, but most likely it's the offending program name)
/d = Description

There are many other options (you can even specify a different computer to
send the event information to).

Regards,

Jim


[snip]

Yes, Yes, YES!
CALL OSEventLog(Category, Type, EventID, DescriptionText)
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to