vote up 5 vote down star

Is it possible to write to the windows logs in python?

flag

1 Answer

vote up 7 vote down check

Yes, just use Windows Python Extension, as stated here.

import win32evtlogutil
win32evtlogutil.ReportEvent(ApplicationName, EventID, EventCategory,
    		    EventType, Inserts, Data, SID)
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.