I have got some code written, based on MSDN on how to enumerate the Event logs... but it takes ages and I can only run it once in any other time, since it really takes allot of overhead if there a hundreds of thousands of logs.
Is there a way to bind, listen or intercept the event as they come in to the Event Logger? Like a real time listener, way?
This way I can just filter what I need and do things as they happen, when it might be the most critical.