
http://bugzilla.slf4j.org/show_bug.cgi?id=235 Holger Hoffstätte <holger@codehaus.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |holger@codehaus.org --- Comment #2 from Holger Hoffstätte <holger@codehaus.org> 2011-08-20 12:04:17 CEST --- (In reply to comment #1)
I traced the Sigar code (SigarLog.java) and discovered that they are doing this:
private static boolean isLogConfigured() {
The sanest approach would probably be to fix this nonsense directly in Sigar, because it's messed up to begin with. There is no reason for a library to know whether logging "is configured", which doesn't even mean anything. -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.