We are using the JUL to SLF4J bridge, and NetBeans' TopLogging class, line
781, is logging a record to JUL with a null message and non-null Throwable. 
SLF4JBridgeHandler drops the message on the floor at line 249.  I patched my
local copy to simply remove lines 245->250.

According to the JUL javadocs java.util.logging.LogRecord constructor, line
122, the message may be null.  So I don't think NetBeans is in the wrong
here.

So, suggestion to the developers to remove lines 245-250 in
SLF4JBridgeHandler.java.  Works fine for me.

Dan
-- 
View this message in context: 
http://www.nabble.com/SLF4JBridgeHandler-Dropping-Messages-on-the-floor-from-NetBeans-TopLogging-tp22960431p22960431.html
Sent from the Slf4J - user mailing list archive at Nabble.com.

_______________________________________________
user mailing list
user@slf4j.org
http://www.slf4j.org/mailman/listinfo/user

Reply via email to