You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Enrique Ruiz (DiSiD Technologies S.L.) (JIRA)" <ji...@apache.org> on 2015/08/06 17:01:05 UTC

[jira] [Created] (FELIX-4994) Use JDK Logger in spite of System.out

Enrique Ruiz (DiSiD Technologies S.L.) created FELIX-4994:
-------------------------------------------------------------

             Summary: Use JDK Logger in spite of System.out
                 Key: FELIX-4994
                 URL: https://issues.apache.org/jira/browse/FELIX-4994
             Project: Felix
          Issue Type: Improvement
          Components: HTTP Service
    Affects Versions: http-2.4.0, http-2.3.2
         Environment: Linux, JDK 1.7, Felix 4.6.1
            Reporter: Enrique Ruiz (DiSiD Technologies S.L.)


If `LogServiceLogger` doesn't have a reference to the `LogService` it delegates on `ConsoleLogger`.

The problems are:
* The `ConsoleLogger` writes the messages to `System.out`
* We cannot configure the log verbosity

I think it would be better if `ConsoleLogger` would use the `java.util.logging.Logger`.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)