You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2009/01/15 15:34:59 UTC

[jira] Created: (FELIX-882) Use Logger to log messages in the OsgiManager instead of the servlet context log

Use Logger to log messages in the OsgiManager instead of the servlet context log
--------------------------------------------------------------------------------

                 Key: FELIX-882
                 URL: https://issues.apache.org/jira/browse/FELIX-882
             Project: Felix
          Issue Type: Improvement
          Components: Web Console
    Affects Versions: webconsole-1.2.2
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: webconsole-1.2.4


Currently the OsgiManager class uses the ServletContext logger to log some messages, even though it has a Logger for logging. This should be enhance to only use the Logger.

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


[jira] Work started: (FELIX-882) Use Logger to log messages in the OsgiManager instead of the servlet context log

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

Work on FELIX-882 started by Felix Meschberger.

> Use Logger to log messages in the OsgiManager instead of the servlet context log
> --------------------------------------------------------------------------------
>
>                 Key: FELIX-882
>                 URL: https://issues.apache.org/jira/browse/FELIX-882
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: webconsole-1.2.2
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-1.2.4
>
>
> Currently the OsgiManager class uses the ServletContext logger to log some messages, even though it has a Logger for logging. This should be enhance to only use the Logger.

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


[jira] Closed: (FELIX-882) Use Logger to log messages in the OsgiManager instead of the servlet context log

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

Felix Meschberger closed FELIX-882.
-----------------------------------

    Resolution: Fixed

Replaced three uses of the servlet context logger by the Logger instance in Rev. 734721.

> Use Logger to log messages in the OsgiManager instead of the servlet context log
> --------------------------------------------------------------------------------
>
>                 Key: FELIX-882
>                 URL: https://issues.apache.org/jira/browse/FELIX-882
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: webconsole-1.2.2
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-1.2.4
>
>
> Currently the OsgiManager class uses the ServletContext logger to log some messages, even though it has a Logger for logging. This should be enhance to only use the Logger.

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