0
votes
1answer
33 views

Looking for recommendations on using a logging module for WebAPI [closed]

I'm looking for recommendations on using a logging module for WebAPI. Log4Net seems to be the staple logging library, but I've heard ELMAH is great as well. For those of you who are actively building ...
0
votes
1answer
74 views

Error Log Management in ASP.Net

We run a number .net applications (Windows Services, WCF services and websites) , it would be good to have a single interface to view all of the errors that happen on these applications. I've tried a ...
2
votes
2answers
306 views

is there any thing like ELMAH axd for log4net to monitor logs?

is there any component or thing like ELMAH axd file available for log4net ?
1
vote
1answer
754 views

ServiceStack logging setup

I want to get log4net and elmah working. I tried to put the code together in AppHost.cs: public class AppHost : AppHostBase { //Tell ServiceStack the name and where to find your web services ...
0
votes
1answer
2k views

MVC Logging using Elmah, Log4Net and Health Monitoring

I recently found a 6 part article series on logging in MVC over at Darren's Blog (http://dotnetdarren.wordpress.com/). It is a very good article on how to use Elmah, Log4Net, NLog, and Health ...
1
vote
2answers
240 views

why do you need Log4Net for nhibernate?

I am going to build my application using asp.net mvc3 and nhibernate 3.2. I decided to use Elmah to log all the error messages. I remember nhibernate supports log4net and use it to log all queries. ...
43
votes
7answers
9k views

What is the difference between log4net and elmah?

Some people are using elmah instead of log4net, what makes it better? I found out about elmah here - How to do logging in c#?
1
vote
2answers
72 views

Where is the ID stored?

I use both Elmah and Log4Net (with ADONetAppender), and they are great. However, I notice that both have a table ID key (incrementing number), which doesn't reset back to zero when I clear their logs. ...
2
votes
2answers
368 views

Log4Postsharp (dead?) with postsharp 2.0 or drop for ELMAH?

Does anyone know if the latest build (march 2010 - i beleive called log4postsharp 2.0) is compatible with postsharp 2.0 community edition? I have used postsharp 1.5 together the log4postsharp in the ...
0
votes
1answer
431 views

Accessing Elmah.axd with SqlErrorLog in SharePoint without adding user to db

I have installed/configured Elmah on my personal SharePoint dev environment and everything works great since I'm logged in as admin, etc. I am using the MS Sql Server Error Log. (I am also using ...
11
votes
2answers
4k views

Using log4net and where to implement it and usign with elmah?

does anyone have experience with log4net, i have been looking at elmah which is great. But i wanted a little bit more control i.e. to use logging not only in asp.net but also in wpf. Anway i decided ...