[ https://issues.apache.org/jira/browse/FELIX-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701815#action_12701815 ]
Stuart McCulloch commented on FELIX-1052: ----------------------------------------- For 2) you could always include the "org.osgi.service.log" package in the shell bundle, then import and export it so it's substitutable. That's what a lot of other Felix sub-projects do when they want to optionally use a service and don't want to rely on an extra bundle. (another option might be to use an optional import and/or reflection, but that's more messy) > [PATCH] Log shell command > ------------------------- > > Key: FELIX-1052 > URL: https://issues.apache.org/jira/browse/FELIX-1052 > Project: Felix > Issue Type: New Feature > Components: Log Service, Shell > Reporter: Filippo Diotalevi > Priority: Minor > Attachments: log.shell.zip > > > It is currently not possible to display recent logs (created with the Log > Service) using the Apache Felix Shell. > The attached bundle define a shell Command to display log entries. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.