Phyton module for Windows Event Viewer?

Tzury Bar Yochay Afro.Systems at gmail.com
Sat May 3 13:20:48 EDT 2008


> Can someone point me in the right direction? I'm looking for a module
> to monitor the Windows Event Viewer.

http://docs.python.org/lib/module-logging.html

NTEventLogHandler is the one you should use.

happy pythoning



More information about the Python-list mailing list