Creating Custom Event Logs and Events is a non-trivial task. See:
http://msdn.microsoft.com/en-ca/libr...66(vs.85).aspx
http://www.codeproject.com/KB/cs/eventlogex.aspx
--
Bruce Sanderson
http://members.shaw.ca/bsanders/
It's perfectly useless to know the right answer to the wrong question.
"future2Bunknown" <> wrote in message
news:c578a81f-7197-43c8-91ca-...
>I am testing monitoring software therefore need the ability to
> generate event logs. Please note that I want to generate all possible
> event ID's from all possible sources. There are a few tools or APIs
> that let you create event logs - with certain limitations - e.g. only
> in Application Log, or only from undefined sources, etc. So answers
> such as logevent, eventcreate, won't be accepted.