logging library for .net?

  • Thread starter Thread starter angus
  • Start date Start date
A

angus

Hi All,

Are there any logging library, just like Log4j, available in .net?

Thank you

Regards,
Angus
 
Id recommend Log4net over EIF. Log4net is more flexible and has can be
customized out of the box.
 
Just last week, Microsoft released a new framework called Enterprise
Library.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/entlib.asp?frame=true.

This includes a brand-new Logging block. The new block is very easy to use,
configure and deploy. And best of all, there is no EIF dependency.

See http://blog.hishambaz.com/archive/2005/01/30/202.aspx for more
information

- Hisham Baz


<a
href="http://blog.hishambaz.com/archive/2005/01/30/202.aspx">http://blog.hishambaz.com/archive/2005/01/30/202.aspx</a>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top