Skip to main content
summaryrefslogtreecommitdiffstats
blob: e8edcb407d285c343e79f2c2460332bae5149b55 (plain) (blame)
1
2
3
4
5
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.fx.core.log4j.log4jlogger">
   <implementation class="org.eclipse.fx.core.log4j.Log4JLoggerFactory"/>
   <property name="service.ranking" type="Integer" value="1"/>
</scr:component>

Back to the top