
http://bugzilla.slf4j.org/show_bug.cgi?id=232 --- Comment #6 from Ceki Gulcu <listid@qos.ch> 2011-08-10 18:47:26 CEST --- Given the following logging.properties file: handlers=java.util.logging.ConsoleHandler .level=ALL java.util.logging.ConsoleHandler.level=ALL java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter The following output is generated when running com.bskyb.fin.Sample: Aug 10, 2011 6:45:29 PM com.bskyb.fin.Sample main FINE: ----DEBUG----true Aug 10, 2011 6:45:29 PM com.bskyb.fin.Sample main INFO: ----INFO----true Aug 10, 2011 6:45:29 PM com.bskyb.fin.Sample main WARNING: ----WARN---- Aug 10, 2011 6:45:29 PM com.bskyb.fin.Sample main SEVERE: ----ERROR---- Aug 10, 2011 6:45:29 PM com.bskyb.fin.Sample main FINEST: ----TRACE---- You should obtain the same. -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.