Mining Eventlog

F

Fabrizio Nashta

Hi there,

I am trying to write a utility that would search eventlog
for certain event types. In other words, I am trying to do
a bit of data mining on nt eventlog to look for specific
events such Login or Logout.

Does anyone know if there exists a library that I can use
to write such utility. Note that I am limited not to be
using .NET technology.

Thanks,

Fab
 
J

John Phillips

Off the top of my head, I can't recall the .Net equivalents, but the
relevant Win32 functions are OpenEventLog(), ReadEventLog(), and
CloseEventLog().
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top