[slf4j-dev] [Bug 116] Switching the log message format to that of java.util.Formatter

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Wed Dec 3 12:40:01 CET 2008


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


Ken Dobson <ken at magictractor.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #48 is|0                           |1
           obsolete|                            |




--- Comment #19 from Ken Dobson <ken at magictractor.co.uk>  2008-12-03 12:40:00 ---
Created an attachment (id=53)
 --> (http://bugzilla.slf4j.org/attachment.cgi?id=53)
Revised proposed patch

Proposed patch revised as suggested by Ceki in comment #18.

Since FormatModifyingLogger is now independent of XLogger, I have moved all of
the new classes into a new subpackage ext.modify.

Usage now looks like:

Logger logger = FormatModifyingLoggerFactory.getLogger(this.getClass(), new
JavaUtilFormattingFormatModifier());

Ceki, please check I've done the right thing with fqcn in the
FormatModifyingLogger constructor.

Should we discuss further alternative formats and internationalization here, or
create a new thread on the slf4j-dev mailing list?


-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the slf4j-dev mailing list