A angus Feb 2, 2005 #1 Hi All, Are there any logging library, just like Log4j, available in .net? Thank you Regards, Angus
L Lionel LASKE Feb 2, 2005 #2 Some of the most popular: Log4Net, a Log4J clone: http://logging.apache.org/log4net/ Microsoft EIF: http://www.microsoft.com/downloads/...BC-267D-4919-8BB4-1F84B7EB1368&displaylang=en Microsoft Enterprise Library, derived from Avanade ACA.NET : http://www.microsoft.com/downloads/...7A-9534-4349-8038-D56B38EC394C&displaylang=en Lionel.
Some of the most popular: Log4Net, a Log4J clone: http://logging.apache.org/log4net/ Microsoft EIF: http://www.microsoft.com/downloads/...BC-267D-4919-8BB4-1F84B7EB1368&displaylang=en Microsoft Enterprise Library, derived from Avanade ACA.NET : http://www.microsoft.com/downloads/...7A-9534-4349-8038-D56B38EC394C&displaylang=en Lionel.
N NuTcAsE Feb 2, 2005 #3 Id recommend Log4net over EIF. Log4net is more flexible and has can be customized out of the box.
H Hisham Baz Feb 3, 2005 #4 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>
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>