Click here to Skip to main content
15,888,263 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hello frens,
I am working in Layered Architecture.We are working towards re-design a new product.My team is in the verge of discussions & analysis to follow the best way to manage errors & maintains log for it without using third party tool such as Log4Net irrespective of the platform dependency.Kindly advise.I have read many articles where the approaches are platform dependent or thirdparty tool dependent.We integrate Oracle , SAP & .Net in our product. So we opt for platform independent approach.



Regards
Aabidha Banu.S
Posted
Comments
Sergey Alexandrovich Kryukov 10-Jan-12 1:02am    
Which party would you consider as "3rd"? This is not a joke, this is a matter of your problem.
--SA

 
Share this answer
 
my suggestion is that use try catch blog in your code and whenever you will get exception write a code in catch block to insert error details into database.i beleive this is best approach to maintain error log details for any project
 
Share this answer
 

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