Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I have looked into couple of different logging tools like: Log4Net, EMLAH, C# logger. I was wondering if anyone can recommend a good logging tool which is simple and stores the logs in a MYSQL database without having to make tons of changes in the code.

Any recommendations would greatly appreciated.
Posted
Comments
Richard C Bishop 27-Jun-14 13:14pm    
I would recommend Nlogger, however, it does not store data in MYSQL, but it is very simple.
Sergey Alexandrovich Kryukov 27-Jun-14 18:05pm    
What's wrong with System.Diagnostics.EventLog?
—SA

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900