<?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 - LogBag: logs groups of messages based on highest priority</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>Wed, 22 May 2013 11:16:12 -0400</pubDate>


    <item>

        <title>JMS Logger</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42243</link>

        

        
            <description><![CDATA[There is/was JMS Appender in log4j. I contributed the original...]]></description>
        

        <pubDate>Thu, 21 Sep 2006 04:47:57 -0400</pubDate>

        

        <jf:creationDate>Thu, 21 Sep 2006 04:47:57 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 21 Sep 2006 04:47:57 -0400</jf:modificationDate>
        <jf:date>Sep 21, 2006</jf:date>
        <jf:author>Andrew Harris</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: I like the concept</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42243</link>

        

        
            <description><![CDATA[<blockquote>Well, Log4J has the concept of a logging context (see <a href="http://logging.apache.org/log4j/docs/api/org/apache/log4j/NDC.html">NDC</a> and <a href="http://logging.apache.org/log4j/docs/api/org/apache/log4j/MDC.html">MDC</a>) for this....]]></description>
        

        <pubDate>Wed, 20 Sep 2006 12:44:58 -0400</pubDate>

        

        <jf:creationDate>Wed, 20 Sep 2006 12:44:58 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 20 Sep 2006 12:44:58 -0400</jf:modificationDate>
        <jf:date>Sep 20, 2006</jf:date>
        <jf:author>Gerry G</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: Log parsing</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42243</link>

        

        
            <description><![CDATA[<blockquote>One quick method is to process the log file to zoom in on relevant log entries. For instance, a quick shell script to separate out entries by thread_id, which usually serves as the context_id for related log messages.</blockquote>...]]></description>
        

        <pubDate>Wed, 20 Sep 2006 12:35:47 -0400</pubDate>

        

        <jf:creationDate>Wed, 20 Sep 2006 12:35:47 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 20 Sep 2006 12:35:47 -0400</jf:modificationDate>
        <jf:date>Sep 20, 2006</jf:date>
        <jf:author>Gerry G</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: I like the concept</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42243</link>

        

        
            <description><![CDATA[<blockquote><blockquote>If you also log audit information to the same file ("user X loaded document Y", "user Z saved document A", etc.) then a requirement for your app would be do do regular logging AND LogBag logging</blockquote><br><br>Interleaving...]]></description>
        

        <pubDate>Wed, 20 Sep 2006 12:30:34 -0400</pubDate>

        

        <jf:creationDate>Wed, 20 Sep 2006 12:30:34 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 20 Sep 2006 12:30:34 -0400</jf:modificationDate>
        <jf:date>Sep 20, 2006</jf:date>
        <jf:author>Gerry G</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Log parsing</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42243</link>

        

        
            <description><![CDATA[One quick method is to process the log file to zoom in on relevant log entries. For instance, a quick shell script to separate out entries by thread_id, which usually serves as the context_id for related log messages.]]></description>
        

        <pubDate>Tue, 19 Sep 2006 13:44:36 -0400</pubDate>

        

        <jf:creationDate>Tue, 19 Sep 2006 13:44:36 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 19 Sep 2006 13:44:36 -0400</jf:modificationDate>
        <jf:date>Sep 19, 2006</jf:date>
        <jf:author>Ghanshyam Patel</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: I like the concept</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42243</link>

        

        
            <description><![CDATA[Once in a while we all face the issue when the user reports an error on the production systems and the developers find that stack trace doesnot provide enough information! ...]]></description>
        

        <pubDate>Tue, 19 Sep 2006 05:03:10 -0400</pubDate>

        

        <jf:creationDate>Mon, 18 Sep 2006 18:23:06 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 19 Sep 2006 05:03:10 -0400</jf:modificationDate>
        <jf:date>Sep 19, 2006</jf:date>
        <jf:author>Jag Anab</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Re: I like the concept</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42243</link>

        

        
            <description><![CDATA[<blockquote>If you also log audit information to the same file ("user X loaded document Y", "user Z saved document A", etc.) then a requirement for your app would be do do regular logging AND LogBag logging</blockquote>...]]></description>
        

        <pubDate>Tue, 19 Sep 2006 04:18:49 -0400</pubDate>

        

        <jf:creationDate>Tue, 19 Sep 2006 04:18:49 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 19 Sep 2006 04:18:49 -0400</jf:modificationDate>
        <jf:date>Sep 19, 2006</jf:date>
        <jf:author>John Brand</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: I like the concept</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42243</link>

        

        
            <description><![CDATA[Ohhhhkay. I can see the point here. Per default all my log4j (love the package) contain NDC, thread and time. This usually allows me to group stuff sufficiently; NDC allows me to separate out what happened within one session (as in: application - user...]]></description>
        

        <pubDate>Tue, 19 Sep 2006 02:55:47 -0400</pubDate>

        

        <jf:creationDate>Tue, 19 Sep 2006 02:55:47 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 19 Sep 2006 02:55:47 -0400</jf:modificationDate>
        <jf:date>Sep 19, 2006</jf:date>
        <jf:author>Tom Eugelink</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: I like the concept</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42243</link>

        

        
            <description><![CDATA[I've been working on a solution that uses a general correlation engine instead of requiring passing around a LogBag GUID. This way I can correlate non-application logs (like apache access logs) as well. ...]]></description>
        

        <pubDate>Tue, 19 Sep 2006 02:52:34 -0400</pubDate>

        

        <jf:creationDate>Tue, 19 Sep 2006 02:52:34 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 19 Sep 2006 02:52:34 -0400</jf:modificationDate>
        <jf:date>Sep 19, 2006</jf:date>
        <jf:author>Magnus Johansson</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Other end of that approach</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42243</link>

        

        
            <description><![CDATA[I've gone the "other end" approach which is to log everything intiially but clean out the less important older ones on a schedule.....]]></description>
        

        <pubDate>Mon, 18 Sep 2006 23:01:50 -0400</pubDate>

        

        <jf:creationDate>Mon, 18 Sep 2006 23:01:50 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 18 Sep 2006 23:01:50 -0400</jf:modificationDate>
        <jf:date>Sep 18, 2006</jf:date>
        <jf:author>Nathan Lee</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: I like the concept</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42243</link>

        

        
            <description><![CDATA[Nice concept.
How about having a web based interface to do all the config etc?

/a
<a class="jive-link-external" href="http://apoorv.info" target="_newWindow">http://apoorv.info</a>]]></description>
        

        <pubDate>Mon, 18 Sep 2006 21:29:27 -0400</pubDate>

        

        <jf:creationDate>Mon, 18 Sep 2006 21:29:27 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 18 Sep 2006 21:29:27 -0400</jf:modificationDate>
        <jf:date>Sep 18, 2006</jf:date>
        <jf:author>apoorv durga</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Logging entry in the Javapedia</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42243</link>

        

        
            <description><![CDATA[I added LogBag to the Javapedia:

<a class="jive-link-external" href="http://wiki.java.net/bin/view/Javapedia/Logging" target="_newWindow">http://wiki.java.net/bin/view/Javapedia/Logging</a>]]></description>
        

        <pubDate>Mon, 18 Sep 2006 15:40:07 -0400</pubDate>

        

        <jf:creationDate>Mon, 18 Sep 2006 15:40:07 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 18 Sep 2006 15:40:07 -0400</jf:modificationDate>
        <jf:date>Sep 18, 2006</jf:date>
        <jf:author>Sean Sullivan</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>LOGBAG: primitive form of CEP (Complex Event Processing)</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42243</link>

        

        
            <description><![CDATA[Joseph: "Well, Log4J has the concept of a logging context (see NDC and MDC) for this. That's part of it. What other mechanisms are out there, folks?"...]]></description>
        

        <pubDate>Mon, 18 Sep 2006 14:25:46 -0400</pubDate>

        

        <jf:creationDate>Mon, 18 Sep 2006 14:25:46 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 18 Sep 2006 14:25:46 -0400</jf:modificationDate>
        <jf:date>Sep 18, 2006</jf:date>
        <jf:author>wlouth</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: I like the concept</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42243</link>

        

        
            <description><![CDATA[Well, Log4J has the concept of a logging context (see <a href="http://logging.apache.org/log4j/docs/api/org/apache/log4j/NDC.html">NDC</a> and <a href="http://logging.apache.org/log4j/docs/api/org/apache/log4j/MDC.html">MDC</a>) for this. That's part of...]]></description>
        

        <pubDate>Mon, 18 Sep 2006 11:49:41 -0400</pubDate>

        

        <jf:creationDate>Mon, 18 Sep 2006 11:49:41 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 18 Sep 2006 11:49:41 -0400</jf:modificationDate>
        <jf:date>Sep 18, 2006</jf:date>
        <jf:author>Joseph Ottinger</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>


    <item>

        <title>I like the concept</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42243</link>

        

        
            <description><![CDATA[I was already designing something similar in my head due to resource constraints (disk) and multi-user logging in a combined log file, so I may look at LogBag (ooookk... looked, and nothing to see).  When an error or warning condition occurs in...]]></description>
        

        <pubDate>Mon, 18 Sep 2006 11:37:03 -0400</pubDate>

        

        <jf:creationDate>Mon, 18 Sep 2006 11:37:03 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 18 Sep 2006 11:37:03 -0400</jf:modificationDate>
        <jf:date>Sep 18, 2006</jf:date>
        <jf:author>Gerry G</jf:author>
        <jf:replyCount>12</jf:replyCount>
    </item>



</channel>
</rss>

