You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2009/11/14 10:39:39 UTC

[jira] Updated: (LOGGING-120) Support kind of isPriorityEnabled / log(Priority) on org.apache.commons.logging.Logger

     [ https://issues.apache.org/jira/browse/LOGGING-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell updated LOGGING-120:
----------------------------------

    Fix Version/s:     (was: Nightly Builds)

> Support kind of isPriorityEnabled / log(Priority) on org.apache.commons.logging.Logger
> --------------------------------------------------------------------------------------
>
>                 Key: LOGGING-120
>                 URL: https://issues.apache.org/jira/browse/LOGGING-120
>             Project: Commons Logging
>          Issue Type: Improvement
>    Affects Versions: 1.0, 1.0.1, 1.0.3, 1.0.4, 1.1.0, 1.1.1
>            Reporter: Maxx
>             Fix For: 2.0
>
>
> Related to what's be done in library LogKit in class org.apache.log.Logger
>  - check http://excalibur.apache.org/apidocs/org/apache/log/Logger.html#isPriorityEnabled(org.apache.log.Priority)
> (former log tool in Apache Excalibur...)
> ... as well as what's available in library Log4j in class org.apache.log4j.Logger (extending by org.apache.log4j.Category)
>  - check http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Category.html#isEnabledFor(org.apache.log4j.Priority)
> Would it be possible to support a kind of priority-level test method which support a Priority as a param??
> Same thing for the logging method log(Priority, message)
> - check http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Category.html#log(org.apache.log4j.Priority,%20java.lang.Object)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.