show_bug.cgi?id=35
------- Comment #8 from [EMAIL PROTECTED] 2007-03-02 20:02 -------
public interface ILoggerFactory {
* If the name parameter is equal to the string value "NULL" (case
insensitive),
* then the root logger of the underlying logging system is returned.
public Logger getLogger(String name);
}
Is it correct? -- Shouldn't the doc mention Logger.ROOT_LOGGER_NAME and/or
"ROOT"?
--
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