[
https://issues.apache.org/jira/browse/FELIX-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618842#action_12618842
]
Richard S. Hall commented on FELIX-482:
---------------------------------------
I committed this patch. I made a few minor formatting changes. The only other
change I made was to only try to load the LogService class once in the
constructor, since the dependency is optional there is no need to keep trying
since it will not resolve to it later if it shows up after OBR is resolved (if
we change the dependency to dynamic, then we should change this back).
Alin, please close this issue if it looks good. Thanks.
> Replace System.err logging with a log service call
> --------------------------------------------------
>
> Key: FELIX-482
> URL: https://issues.apache.org/jira/browse/FELIX-482
> Project: Felix
> Issue Type: Wish
> Components: Bundle Repository (OBR)
> Affects Versions: felix-1.0.0
> Reporter: Alin Dreghiciu
> Assignee: Richard S. Hall
> Priority: Minor
> Attachments: FELIX-482.patch
>
>
> As in version 1.0.0 of BundleRepository exceptions are logged using a
> System.err.
> Maybe a better option would be to use log service to output the errors.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.