[slf4j-dev] [Bug 35] Provide Root-Accessor
bugzilla-daemon at pixie.qos.ch
bugzilla-daemon at pixie.qos.ch
Tue Jan 30 01:19:02 CET 2007
show_bug.cgi?id=35
------- Comment #3 from sdavids at gmx.de 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.
More information about the slf4j-dev
mailing list