vote up 4 vote down star
1

Anyone know of some performance comparisons of the latest version Enterprise Library and the latest version of log4net?

Any technical reason why I should choose one over the other?

flag

3 Answers

vote up 2 vote down

Having used both, I recommend the Enterprise Library for large projects where ease of configuration has higher priority over performance and size.

For everything else, I'd use log4net.

link|flag
vote up 2 vote down

Log4Net is faster for one - not to mention that you can buffer your log INSERTs. For the logs I don't need to be real-time up to date, I set a buffer of 10k messages.

Log4Net also has more ways to consume the log data - db appenders, event log, rolling file, email, etc, etc.

link|flag
Enterprise Library has all those mechanism as well. I'm not sure if it has the buffering though. – spoon16 Sep 24 '08 at 4:12
vote up -3 vote down

I would go for log4net

link|flag
3  
I can tell you spent a lot of time on this answer. Unfortunately it still earns you a down vote. – spoon16 Sep 24 '08 at 4:12

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.