Modify framework's internal logger to use Log Service if present
----------------------------------------------------------------
Key: FELIX-77
URL: http://issues.apache.org/jira/browse/FELIX-77
Project: Felix
Type: Improvement
Components: Framework
Reporter: Richard S. Hall
Priority: Minor
The framework implementation uses an internal Logger class for logging errors,
warnings, etc. This Logger class mimics the Log service interface, but is
currently hard-coded to output all information to the console. The idea behind
this class is that it should direct log messages to a Log service if one is
present. Its approach should get the bundle context from the system bundle and
listen for Log services. Since we don't want to require the Log service package
on the class path, the solution should use reflection to invoke methods on the
Log service when it is present.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira