[logback-dev] [JIRA] Closed: (LBSITE-22) Invalid log levels for Logger interface from SLF4J in logback doc

Ceki Gulcu (JIRA) noreply-jira at qos.ch
Tue Dec 30 13:20:40 CET 2008


     [ http://jira.qos.ch/browse/LBSITE-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ceki Gulcu closed LBSITE-22.
----------------------------


> 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
>             Fix For: 0.9.14
>
>
> 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