A source for reading events from a Win32 Event Log.
I've included a laughably basic parser which at least shows it works. I'll probably end up writing a better one during
the week when I have access to Windows servers however I get the impression that people will need to write their own
parser to filter out precisely what it is they're trying to monitor.
The source as it stands probably also has the effect of restricting the package as a whole to Win32 due to the dependencies
however hopefully there's some way you can make the imports conditional on the platform.
|