EventLogTraceListener - EventLogEntryType

  • Thread starter Thread starter Guest
  • Start date Start date
Hello Poulo,

Thanks for your post. Based on my experience, EventLogTraceListener will
write entries as Information and we cannot specify the EventLogEntryType.
To work around this problem, I suggest that you can create your own event
log trace listener of your own which derives from TraceListener. Please
kindly note that EventLogTraceListener is sealed so that we are not able to
create a class derive from it directly.

Please feel free to let me know if you have any problems or concerns.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top