Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Mar 12, 2012 03:10 PM by ignatandrei
Participant
983 Points
278 Posts
Mar 12, 2012 06:59 AM|LINK
Hi experts,
I want to log the errors for my 3-tier application, which is the best library for it?
Thanks,
All-Star
16002 Points
2731 Posts
Mar 12, 2012 07:01 AM|LINK
thanks..
42926 Points
7023 Posts
MVP
Mar 12, 2012 09:55 AM|LINK
Hello,
From my experience Log4net is easier to use. But both are powerful logging systems. You can use ELMAH for database end too.
Please 'Mark as Answer' if this post helps you.
Mar 12, 2012 01:05 PM|LINK
Thanks abiraban and Ruchira, just one more question, I am using 3-tier architecture, what is the best place to log the errors(which layer)?
Mar 12, 2012 01:12 PM|LINK
Hi,
patricgreat I am using 3-tier architecture, what is the best place to log the errors(which layer)?
Look at the following links. Those will help you to understand about it.
http://www.codeproject.com/Articles/85569/Exception-Handling-in-3-Tier-Architecture
http://stackoverflow.com/questions/4113277/exception-handling-in-n-tier-applications
134832 Points
21599 Posts
Moderator
Mar 12, 2012 03:10 PM|LINK
nlog. Threading done well.
patricgreat
Participant
983 Points
278 Posts
ELMAH vs LOG4NET
Mar 12, 2012 06:59 AM|LINK
Hi experts,
I want to log the errors for my 3-tier application, which is the best library for it?
Thanks,
abiruban
All-Star
16002 Points
2731 Posts
Re: ELMAH vs LOG4NET
Mar 12, 2012 07:01 AM|LINK
LOG4NET
thanks..
***DON'T FORGET TO CLICK “MARK AS ANSWER” ON THE POST IF HELPED YOU.
Ruchira
All-Star
42926 Points
7023 Posts
MVP
Re: ELMAH vs LOG4NET
Mar 12, 2012 09:55 AM|LINK
Hello,
From my experience Log4net is easier to use. But both are powerful logging systems. You can use ELMAH for database end too.
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.patricgreat
Participant
983 Points
278 Posts
Re: ELMAH vs LOG4NET
Mar 12, 2012 01:05 PM|LINK
Thanks abiraban and Ruchira, just one more question, I am using 3-tier architecture, what is the best place to log the errors(which layer)?
Ruchira
All-Star
42926 Points
7023 Posts
MVP
Re: ELMAH vs LOG4NET
Mar 12, 2012 01:12 PM|LINK
Hi,
Look at the following links. Those will help you to understand about it.
http://www.codeproject.com/Articles/85569/Exception-Handling-in-3-Tier-Architecture
http://stackoverflow.com/questions/4113277/exception-handling-in-n-tier-applications
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.ignatandrei
All-Star
134832 Points
21599 Posts
Moderator
MVP
Re: ELMAH vs LOG4NET
Mar 12, 2012 03:10 PM|LINK
nlog. Threading done well.