You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2011/01/10 21:00:53 UTC

[jira] Resolved: (SLING-1927) Upgrade Logging Support to SLF4J 1.6.1

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

Felix Meschberger resolved SLING-1927.
--------------------------------------

    Resolution: Fixed

Upgrade to SLF4J 1.6.1. This requires some internal refactoring because the MessageFormatter now returns FormatterTuple and has support for logging statements of the form log.info(pattern, arg0, arg1, ..., argn, throwable). Also LocationAwareLogger API has been adapted. Finally fix the export/import list to not re-import Commons Logging and Log4J API, since we just implement this API and if there is some other implementation and export for it, we don't care.

Done in Rev. 1057337

> Upgrade Logging Support to SLF4J 1.6.1
> --------------------------------------
>
>                 Key: SLING-1927
>                 URL: https://issues.apache.org/jira/browse/SLING-1927
>             Project: Sling
>          Issue Type: Improvement
>          Components: Commons
>    Affects Versions: Commons Log 2.1.0
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: Commons Log 2.1.2
>
>
> SLF4j 1.6.1 is available for quite some time already; so we should upgrade to support applications requiring these new API.

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