[slf4j-dev] [Bug 12] NullPointerException in SLF4JLog.java (jcl104-over-slf4j.jar)

bugzilla-daemon at gil.qos.ch bugzilla-daemon at gil.qos.ch
Mon Jan 9 17:10:48 CET 2006


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


listid at qos.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From listid at qos.ch  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.



More information about the slf4j-dev mailing list