<?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 - SLF4J: Now you can do logging in Java... oh wait!</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>Tue, 21 May 2013 04:52:16 -0400</pubDate>


    <item>

        <title>10 tips on logging in java</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46698</link>

        

        
            <description><![CDATA[<p>This is just a great post indeed quite useful logging tips in java. In my opinion using correct logging level for different message is most important thing to learn and logging has important performance impact (ever found process running in DEBUG mode...]]></description>
        

        <pubDate>Wed, 29 Jun 2011 11:15:44 -0400</pubDate>

        

        <jf:creationDate>Wed, 29 Jun 2011 10:29:39 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 29 Jun 2011 11:15:44 -0400</jf:modificationDate>
        <jf:date>Jun 29, 2011</jf:date>
        <jf:author>javabuddy</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Naive Implementation</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46698</link>

        

        
            <description><![CDATA[public class LoggingMask...]]></description>
        

        <pubDate>Tue, 04 Sep 2007 12:34:28 -0400</pubDate>

        

        <jf:creationDate>Tue, 04 Sep 2007 12:34:28 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 04 Sep 2007 12:34:28 -0400</jf:modificationDate>
        <jf:date>Sep 4, 2007</jf:date>
        <jf:author>Aaron Evans</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>java.util.loggin == log4j--</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46698</link>

        

        
            <description><![CDATA[The travesty of j.u.l was that there were opportunities to do things IN THE LANGUAGE to help logging. ...]]></description>
        

        <pubDate>Sat, 01 Sep 2007 17:10:13 -0400</pubDate>

        

        <jf:creationDate>Sat, 01 Sep 2007 17:10:13 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 01 Sep 2007 17:10:13 -0400</jf:modificationDate>
        <jf:date>Sep 1, 2007</jf:date>
        <jf:author>Constance Eustace</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Hurrah for smarter programmers!</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46698</link>

        

        
            <description><![CDATA[<blockquote>I have a wrapper that does just this:<br><br>log.debug("Debug message {0}, {1}, {2}", arg1, arg2, arg3);<br><br></blockquote>...]]></description>
        

        <pubDate>Fri, 31 Aug 2007 11:28:45 -0400</pubDate>

        

        <jf:creationDate>Fri, 31 Aug 2007 11:28:45 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 31 Aug 2007 11:28:45 -0400</jf:modificationDate>
        <jf:date>Aug 31, 2007</jf:date>
        <jf:author>Paul Parsons</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: JDK 1.4 logging is flawed</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46698</link>

        

        
            <description><![CDATA[<blockquote><blockquote>First and foremost, log4j uses log(Object), not log(String).  This does 2 important things.<br><br>First, it allows you to convert your object to a String only if/when you're actually going to log it as such.  Yes, I know you can...]]></description>
        

        <pubDate>Thu, 30 Aug 2007 15:21:35 -0400</pubDate>

        

        <jf:creationDate>Thu, 30 Aug 2007 15:21:35 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 30 Aug 2007 15:21:35 -0400</jf:modificationDate>
        <jf:date>Aug 30, 2007</jf:date>
        <jf:author>Jess Holle</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: SLF4J: Now you can do logging in Java... oh wait!</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46698</link>

        

        
            <description><![CDATA[<blockquote><blockquote>java.util.logging sucks but not quite badly enough to justify dragging in a 3rd party library.</blockquote><br><br>Yes because dragging in a 3rd party library is *SO* difficult. </blockquote>...]]></description>
        

        <pubDate>Thu, 30 Aug 2007 15:19:16 -0400</pubDate>

        

        <jf:creationDate>Thu, 30 Aug 2007 15:19:16 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 30 Aug 2007 15:19:16 -0400</jf:modificationDate>
        <jf:date>Aug 30, 2007</jf:date>
        <jf:author>Jess Holle</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: SLF4J: Now you can do logging in Java... oh wait!</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46698</link>

        

        
            <description><![CDATA[<blockquote><blockquote>I don't see much value in building an abstraction over the logging framework.  I'd like to see one person explain how doing this has been worth it.</blockquote><br><br>Application sugar, portability, and itch scratching,...]]></description>
        

        <pubDate>Thu, 30 Aug 2007 15:05:09 -0400</pubDate>

        

        <jf:creationDate>Thu, 30 Aug 2007 15:05:09 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 30 Aug 2007 15:05:09 -0400</jf:modificationDate>
        <jf:date>Aug 30, 2007</jf:date>
        <jf:author>James Watson</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: SLF4J: Now you can do logging in Java... oh wait!</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46698</link>

        

        
            <description><![CDATA[<blockquote>I don't see much value in building an abstraction over the logging framework.  I'd like to see one person explain how doing this has been worth it.</blockquote>...]]></description>
        

        <pubDate>Thu, 30 Aug 2007 13:44:34 -0400</pubDate>

        

        <jf:creationDate>Thu, 30 Aug 2007 13:44:34 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 30 Aug 2007 13:44:34 -0400</jf:modificationDate>
        <jf:date>Aug 30, 2007</jf:date>
        <jf:author>Will Hartung</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: SLF4J: Now you can do logging in Java... oh wait!</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46698</link>

        

        
            <description><![CDATA[<blockquote>Then I could post my new logger on TSS for all the world to see.<br><br>But I'd be afraid people would takeover the thread to talk about their ideas on logging and how silly it was I tried to innovate in this space.</blockquote>...]]></description>
        

        <pubDate>Thu, 30 Aug 2007 11:45:09 -0400</pubDate>

        

        <jf:creationDate>Thu, 30 Aug 2007 11:45:09 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 30 Aug 2007 11:45:09 -0400</jf:modificationDate>
        <jf:date>Aug 30, 2007</jf:date>
        <jf:author>James Watson</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Re: SLF4J: Now you can do logging in Java... oh wait!</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46698</link>

        

        
            <description><![CDATA[<blockquote>I think these are great ideas, I just don't see why you couldn't implement them on top of Log4J.</blockquote>...]]></description>
        

        <pubDate>Thu, 30 Aug 2007 10:28:26 -0400</pubDate>

        

        <jf:creationDate>Thu, 30 Aug 2007 10:28:26 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 30 Aug 2007 10:28:26 -0400</jf:modificationDate>
        <jf:date>Aug 30, 2007</jf:date>
        <jf:author>Bryant Harris</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Re: SLF4J: Now you can do logging in Java... oh wait!</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46698</link>

        

        
            <description><![CDATA[<blockquote><blockquote>I'm not aware of any standard representation of a transaction across all Java applications and libraries.</blockquote><br><br>We just tied in in as a transaction resource and let JTA handle it.</blockquote>...]]></description>
        

        <pubDate>Thu, 30 Aug 2007 09:14:50 -0400</pubDate>

        

        <jf:creationDate>Thu, 30 Aug 2007 09:14:50 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 30 Aug 2007 09:14:50 -0400</jf:modificationDate>
        <jf:date>Aug 30, 2007</jf:date>
        <jf:author>James Watson</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>


    <item>

        <title>Re: SLF4J: Now you can do logging in Java... oh wait!</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46698</link>

        

        
            <description><![CDATA[<blockquote>I'm not aware of any standard representation of a transaction across all Java applications and libraries.</blockquote>...]]></description>
        

        <pubDate>Thu, 30 Aug 2007 03:29:57 -0400</pubDate>

        

        <jf:creationDate>Thu, 30 Aug 2007 03:29:57 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 30 Aug 2007 03:29:57 -0400</jf:modificationDate>
        <jf:date>Aug 30, 2007</jf:date>
        <jf:author>Bryant Harris</jf:author>
        <jf:replyCount>6</jf:replyCount>
    </item>


    <item>

        <title>Re: Hurrah for smarter programmers!</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46698</link>

        

        
            <description><![CDATA[I had been a very happy customer with common-logging for years until dealing with WebSphere. I have been using SLF4j since Websphere 5, it served me fairly well. java.util.logging is just plain dumb implementation. It is not good enough to convince me...]]></description>
        

        <pubDate>Wed, 29 Aug 2007 22:13:16 -0400</pubDate>

        

        <jf:creationDate>Wed, 29 Aug 2007 22:13:16 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 29 Aug 2007 22:13:16 -0400</jf:modificationDate>
        <jf:date>Aug 29, 2007</jf:date>
        <jf:author>Sunny Liu</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Hurrah for smarter programmers!</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46698</link>

        

        
            <description><![CDATA[<blockquote>I have a wrapper that does just this:<br><br>log.debug("Debug message {0}, {1}, {2}", arg1, arg2, arg3);<br><br>Notable is a) j.u.l doesn't HAVE a "debug" level, b) this uses varargs, and c) no nasty Obj-&gt;String conversions happen if...]]></description>
        

        <pubDate>Wed, 29 Aug 2007 14:01:59 -0400</pubDate>

        

        <jf:creationDate>Wed, 29 Aug 2007 14:01:59 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 29 Aug 2007 14:01:59 -0400</jf:modificationDate>
        <jf:date>Aug 29, 2007</jf:date>
        <jf:author>Denis Baranov</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Re: JDK 1.4 logging is flawed</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46698</link>

        

        
            <description><![CDATA[<blockquote>First and foremost, log4j uses log(Object), not log(String).  This does 2 important things.<br><br>First, it allows you to convert your object to a String only if/when you're actually going to log it as such.  Yes, I know you can add an...]]></description>
        

        <pubDate>Wed, 29 Aug 2007 13:32:20 -0400</pubDate>

        

        <jf:creationDate>Wed, 29 Aug 2007 13:32:20 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 29 Aug 2007 13:32:20 -0400</jf:modificationDate>
        <jf:date>Aug 29, 2007</jf:date>
        <jf:author>Will Hartung</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>



</channel>
</rss>

