get the date and time of the event log entry I just created

  • Thread starter Thread starter interuser
  • Start date Start date
I

interuser

Hi
I want to know the date and time of the event log entry I just created.
How do I do that?

I use myEventLog.WriteEntry(source, messageText, logEntryType, eventId, category)
but I cannot find anywhere any return values.
Thanks
 
Hi,

It does not exist :(

There is no way to get back the just created event, at least Idon't know of
any

Cheers,
 
Back
Top