http://bugzilla.slf4j.org/show_bug.cgi?id=86

           Summary: Add logging utility methods
           Product: SLF4J
           Version: unspecified
          Platform: All
        OS/Version: Windows XP
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Core API
        AssignedTo: dev@slf4j.org
        ReportedBy: [EMAIL PROTECTED]


We've been using our own logging framework but are now switching to
SLF4J/Logback since they support features not available in Log4j. However, we
encourage developers to log entry and exit from most methods in every class. In
order for these to not overwhelm the debug log they must be able to be filtered
out separately from other debug messages. SLF4J effectively allows this through
the use of Markers. We've developed our own helper class to allow developers a
"standard" way of doing this but we really would prefer to not have as little
of our own code as possible. Plus, we'd prefer that code we get from other
sources do it the same way.

To that end I've provided this simple LoggerUtil class in the hope that it can
be added to SLF4J so that we don't have to maintain our own version of it.


-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
dev mailing list
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to