[slf4j-dev] [Bug 148] Add support for Structured Data

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Fri Nov 13 15:46:59 CET 2009


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





--- Comment #8 from Ralph Goers <rgoers at apache.org>  2009-11-13 15:46:58 ---
There is little point in specifying logger.debug("{}", data); the structured
data object contains a message field so when structured data is present the
"normal" message text wouldn't be used. The same is true with your second
example. The way it is currently implemented, the structured data object is
intended to be the first and only argument in the argument array. 

Yes, I added putAll but didn't add the logic to validate the lengths. I will
add that.


-- 
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