Hi there,
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 to take a look at log4net.
I have 2 clients, (wpf and asp.net) that both share business logic.
Should i be raising events in business logic and in the client also ??
I presume the business logic will use the app.config / web.config (business logic is in another layer - a class project)
Has anybody used log4net together with elmah, is there anyway you can get them to share the same db table??
log4net seems to me the ultimate logging framework but elmah has that edge of submitting all the SERVER variables and stack trace etc
OR maybe its possible to get log4net to save the Stacktrace also and replace elmah completely??
Any comments really appreciated