show_bug.cgi?id=35
------- Comment #3 from [EMAIL PROTECTED] 2007-01-30 01:19 ------- Between "", "root", and "ROOT" my preference is a public constant named ROOT_LOGGER or ROOT_NAME with the value "". This would be compatible w/ java.util.logging, x4juli and Log4J. Implementors of java.util.logging and x4juli would just forward the call. Implementors of Log4J would test for "" and then would call getRootLogger() instead of getLogger(). "root" and "ROOT" are valid logger names in java.util.logging, x4juli and Log4J *not* being the root logger. -- Configure bugmail: 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://www.slf4j.org/mailman/listinfo/dev
