<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Log4J vs Sun Java Logging API</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Fri, 24 May 2013 00:20:45 -0400</pubDate>


    <item>

        <title>Log4j is much better than Sun's logging API</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=19402</link>

        

        
            <description><![CDATA[<p>Log4j is much better than Sun's logging API, its thread-safe and fast only time you want to use Sun's logging API if you don't want to add external dependency in your project.</p>...]]></description>
        

        <pubDate>Wed, 04 May 2011 08:15:08 -0400</pubDate>

        

        <jf:creationDate>Mon, 02 May 2011 10:34:16 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 04 May 2011 08:15:08 -0400</jf:modificationDate>
        <jf:date>May 4, 2011</jf:date>
        <jf:author>javabuddy</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Found some articles</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=19402</link>

        

        
            <description><![CDATA[The following articles might be of interest to you:<br><br>- log4j vs JDK1.4's logging framework<br>&nbsp;&nbsp;<a href="http://www.ingrid.org/jajakarta/log4j/jakarta-log4j-1.1.3/docs/critique.html"...]]></description>
        

        <pubDate>Fri, 27 Aug 2004 06:25:46 -0400</pubDate>

        

        <jf:creationDate>Fri, 27 Aug 2004 06:25:46 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 27 Aug 2004 06:25:46 -0400</jf:modificationDate>
        <jf:date>Aug 27, 2004</jf:date>
        <jf:author>Gerd Aschbrenner</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Log4J vs Sun Java Logging API</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=19402</link>

        

        
            <description><![CDATA[\Anil\...]]></description>
        

        <pubDate>Thu, 22 May 2003 11:26:19 -0400</pubDate>

        

        <jf:creationDate>Thu, 22 May 2003 11:26:19 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 22 May 2003 11:26:19 -0400</jf:modificationDate>
        <jf:date>May 22, 2003</jf:date>
        <jf:author>Mike Spille</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Log4J vs Sun Java Logging API</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=19402</link>

        

        
            <description><![CDATA[It's only question of short time when log4j will have Sun Logging API interface too. But as other people said, there are many benefits of actual log4j. BTW. It's longer here and tested in many projects by many people.]]></description>
        

        <pubDate>Thu, 22 May 2003 09:37:56 -0400</pubDate>

        

        <jf:creationDate>Thu, 22 May 2003 09:37:56 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 22 May 2003 09:37:56 -0400</jf:modificationDate>
        <jf:date>May 22, 2003</jf:date>
        <jf:author>Richard Holly</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Log4J vs Sun Java Logging API</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=19402</link>

        

        
            <description><![CDATA[commons logging provides a facade around a logging framework of choice. so you can code to this open api then switch logging implemntation more easily. You still need to choose between log4j and JDK 1.4 loggin however]]></description>
        

        <pubDate>Thu, 22 May 2003 07:28:44 -0400</pubDate>

        

        <jf:creationDate>Thu, 22 May 2003 07:28:44 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 22 May 2003 07:28:44 -0400</jf:modificationDate>
        <jf:date>May 22, 2003</jf:date>
        <jf:author>Aaron Robinson</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Log4J vs Sun Java Logging API</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=19402</link>

        

        
            <description><![CDATA[Have a look at <a class="jive-link-external" href="http://jakarta.apache.org/commons/logging.html" target="_newWindow">http://jakarta.apache.org/commons/logging.html</a> . Here is a snippet of its desc:...]]></description>
        

        <pubDate>Thu, 22 May 2003 03:05:44 -0400</pubDate>

        

        <jf:creationDate>Thu, 22 May 2003 03:05:44 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 22 May 2003 03:05:44 -0400</jf:modificationDate>
        <jf:date>May 22, 2003</jf:date>
        <jf:author>Roman Rytov</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Log4J vs Sun Java Logging API</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=19402</link>

        

        
            <description><![CDATA[Log4J is better functionally simply because it has been around for longer. If you use the JDK 1.4 logging API you will not be able to deploy to an earlier JDK.]]></description>
        

        <pubDate>Mon, 19 May 2003 14:21:39 -0400</pubDate>

        

        <jf:creationDate>Mon, 19 May 2003 14:21:39 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 19 May 2003 14:21:39 -0400</jf:modificationDate>
        <jf:date>May 19, 2003</jf:date>
        <jf:author>Aaron Robinson</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Log4J vs Sun Java Logging API</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=19402</link>

        

        
            <description><![CDATA[Sun Java Logging API is supported by Sun and will be a part of all future releases of JDK. Log4J has a big fan following and it is equally good. Sticking to what the JDK provides is better sometimes because log4j is to be viewed as a third party plugin...]]></description>
        

        <pubDate>Mon, 19 May 2003 10:56:42 -0400</pubDate>

        

        <jf:creationDate>Mon, 19 May 2003 10:56:42 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 19 May 2003 10:56:42 -0400</jf:modificationDate>
        <jf:date>May 19, 2003</jf:date>
        <jf:author>Anil Saldhana</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Log4J vs Sun Java Logging API</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=19402</link>

        

        
            <description><![CDATA[Hi,
<br>
<br>What library do you use? Would you please share your expirience? Which API is better in your opinion? Which is more easier to use, extend? Which one has a better design?
<br>
<br>Any other comments are welcomed!
<br>
<br>Mark]]></description>
        

        <pubDate>Mon, 19 May 2003 08:50:49 -0400</pubDate>

        

        <jf:creationDate>Mon, 19 May 2003 08:50:49 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 19 May 2003 08:50:49 -0400</jf:modificationDate>
        <jf:date>May 19, 2003</jf:date>
        <jf:author>Mad Mak</jf:author>
        <jf:replyCount>8</jf:replyCount>
    </item>



</channel>
</rss>

