[logback-dev] [JIRA] Created: (LBSITE-22) Invalid log levels for Logger interface from SLF4J in logback doc
Grzegorz Borkowski (JIRA)
noreply-jira at qos.ch
Wed Nov 26 10:28:14 CET 2008
Invalid log levels for Logger interface from SLF4J in logback doc
-----------------------------------------------------------------
Key: LBSITE-22
URL: http://jira.qos.ch/browse/LBSITE-22
Project: logback-site
Issue Type: Bug
Components: Documentation
Reporter: Grzegorz Borkowski
Assignee: Logback dev list
Priority: Minor
On the page http://logback.qos.ch/manual/architecture.html there the section describing SLF4J Logger API:
package org.slf4j;
public interface Logger {
// Printing methods:
public void debug(String message);
public void info(String message);
public void warn(String message);
public void error(String message);
public void fatal(String message);
}
As you see, the method names are invalid: there is no "fatal" level in SLF4J. Also "trace" is missing.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the logback-dev
mailing list