[ 
https://issues.apache.org/jira/browse/KARAF-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13026162#comment-13026162
 ] 

Guillaume Nodet commented on KARAF-543:
---------------------------------------

There are two kind of appenders:
 * pax-logging appenders such as 
http://svn.apache.org/repos/asf/karaf/trunk/shell/log/src/main/java/org/apache/karaf/shell/log/VmLogAppender.java
 can be registered in OSGi and referenced in the log4j configuration using 
osgi:*
  * custom log4j appenders need to use fragments as the log4j backend isn't 
exposed publicly

> Add manual section around log custom appenders
> ----------------------------------------------
>
>                 Key: KARAF-543
>                 URL: https://issues.apache.org/jira/browse/KARAF-543
>             Project: Karaf
>          Issue Type: Task
>          Components: documentation
>            Reporter: Jean-Baptiste Onofré
>             Fix For: 2.2.2, 3.0.0
>
>
> To be able to add custom appenders to PAX Logging, a fragment bundle is 
> required with:
> Fragment-Host = org.ops4j.pax.logging.pax-logging-service
> A section of the Karaf dev manual should document that.
> The PAX Logging wiki should be update as well (I will).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to