[slf4j-dev] [Bug 35] Provide Root-Accessor

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Fri Mar 2 20:02:29 CET 2007


show_bug.cgi?id=35





------- Comment #8 from sdavids at gmx.de  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.



More information about the slf4j-dev mailing list