[Tutor] Writing to Windows 64-bit event log

Tim Golden mail at timgolden.me.uk
Tue Jun 19 09:49:23 CEST 2012


On 19/06/2012 06:37, Johan Geldenhuys wrote:
> I've looked all over, but couldn't find any help as far as an API goes
> to log to a 64-bit Windows7 machine event log.

There are functions available in the pywin32 package under
the  win32evtlog module. I have wrapped some of them in my
winsys package. Some examples here:

  http://winsys.readthedocs.org/en/latest/cookbook/event_logs.html

TJG


More information about the Tutor mailing list