How to manually create a custom event log in *any* category?

  • Thread starter Thread starter future2Bunknown
  • Start date Start date
F

future2Bunknown

Guest
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.
 
Re: How to manually create a custom event log in *any* category?

Creating Custom Event Logs and Events is a non-trivial task. See:

http://msdn.microsoft.com/en-ca/library/aa964766(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" <johnlan@gmail.com> wrote in message
news:c578a81f-7197-43c8-91ca-d1fbf34e7953@k37g2000hsf.googlegroups.com...
>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.
 
Back
Top