http://bugzilla.slf4j.org/show_bug.cgi?id=12
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2006-01-09 17:10 -------
Hello Kenneth,
In the org.apache.commons.logging.impl.SLF4JLog class, calls akin to
public void debug(Object message) {
logger.debug(message.toString());
}
have been replaced with
public void debug(Object message) {
logger.debug(String.valueOf(message));
}
I hope that these changes appropriately address the problem you report. Do not
hesitate to object if this not the case. In the mean time, I am marking this
report
as "resolved, fixed".
--
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
[email protected]
http://slf4j.org/mailman/listinfo/dev