[logback-dev] [JIRA] Created: (LBCORE-117) Supply an appender that collects N events on all levels and dumps them to the output when an ERROR is logged

Aaron Digulla (JIRA) noreply-jira at qos.ch
Fri Aug 21 14:03:10 CEST 2009


Supply an appender that collects N events on all levels and dumps them to the output when an ERROR is logged
------------------------------------------------------------------------------------------------------------

                 Key: LBCORE-117
                 URL: http://jira.qos.ch/browse/LBCORE-117
             Project: logback-core
          Issue Type: New Feature
          Components: Appender
            Reporter: Aaron Digulla
            Assignee: Logback dev list


For many applications, it's not necessary to log at the levels DEBUG and TRACE all the time. In fact, we usually only do this to be able to debug ERROR events.

It would be great if there was an appender that would only collect a configurable number of events internally until a message of level ERROR or above is logged. At this time, the appender should dump it's internal state to the log and reset the internal state.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the logback-dev mailing list