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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top