Event logging

  • Thread starter Thread starter Steffen Loringer
  • Start date Start date
S

Steffen Loringer

Dear all,

I'm using a third party DLL in my apps. Can I log events occurring in
these DLLs and view them in Windows event log??

Thanks,
Steffen
 
The EventLog class will do this for you. Depending on the user credentials
that your process is running under, you may have to set up the security (in
the registry) to enable this to work.
 
Back
Top