You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Paul Lindner (JIRA)" <ji...@apache.org> on 2009/02/24 18:48:01 UTC

[jira] Created: (SHINDIG-940) Remove apache commons logging calls in favor of JUL

Remove apache commons logging calls in favor of JUL
---------------------------------------------------

                 Key: SHINDIG-940
                 URL: https://issues.apache.org/jira/browse/SHINDIG-940
             Project: Shindig
          Issue Type: Improvement
          Components: Java
    Affects Versions: trunk
            Reporter: Paul Lindner
            Assignee: Paul Lindner
            Priority: Minor
             Fix For: trunk


We have inconsistent usage of logging.  We should move everything to java.util.logging with this mapping:

error --> ?

SEVERE

info -->  ?

INFO

warn --> ?

WARNING

debug --> ?

FINE


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


[jira] Resolved: (SHINDIG-940) Remove apache commons logging calls in favor of JUL

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner resolved SHINDIG-940.
----------------------------------

    Resolution: Fixed

fixed in trunk.


> Remove apache commons logging calls in favor of JUL
> ---------------------------------------------------
>
>                 Key: SHINDIG-940
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-940
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Java
>    Affects Versions: trunk
>            Reporter: Paul Lindner
>            Assignee: Paul Lindner
>            Priority: Minor
>             Fix For: trunk
>
>
> We have inconsistent usage of logging.  We should move everything to java.util.logging with this mapping:
> error --> ?
> SEVERE
> info -->  ?
> INFO
> warn --> ?
> WARNING
> debug --> ?
> FINE

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