Re: how to get the NT event log properties with OnObjectReady() with python

2007-10-13 Thread Roger Upole
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm trying to get a notification from the NT event for any new event > using the DispatchWithEvents() function. Everything seems to be > working the way I wanted, but I don't know how to get the properties > of the event (ie. event type

how to get the NT event log properties with OnObjectReady() with python

2007-10-11 Thread [EMAIL PROTECTED]
I'm trying to get a notification from the NT event for any new event using the DispatchWithEvents() function. Everything seems to be working the way I wanted, but I don't know how to get the properties of the event (ie. event type, message, etc.) from the OnObjectReady() callback. class SinkClass(

how to get the NT event log properties with OnObjectReady() with python

2007-10-11 Thread [EMAIL PROTECTED]
I'm trying to get a notification from the NT event for any new event using the DispatchWithEvents() function. Everything seems to be working the way I wanted, but I don't know how to get the properties of the event (ie. event type, message, etc.) from the OnObjectReady() callback. class SinkClass(