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

--- Comment #3 from Simon Arlott <[email protected]> ---
Created attachment 98
  --> http://bugzilla.slf4j.org/attachment.cgi?id=98&action=edit
Patch to fix 2 of the 3 reported issues

1. SLF4J 1.7.x requires Java 1.5, so use StringBuilder

2. Create HashMap on demand in deeplyAppendParameter()
   with the default map size because the array size is
   not an indicator of how many map keys will be put
   without knowing how many elements are also object
   arrays

3. Not implemented as the Logger interface only accepts
   a format String, not a StringBuilder

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
slf4j-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/slf4j-dev

Reply via email to