Skip navigation links

Package org.ops4j.pax.logging.service.internal.bridges

pax-logging-service (Log4J1) may be extended in two ways: using fragment bundle, so we have access to entire Log4J1 using whiteboard approach, where we register services implementing interfaces from org.ops4j.pax.logging.spi package.

See: Description

Package org.ops4j.pax.logging.service.internal.bridges Description

pax-logging-service (Log4J1) may be extended in two ways:

  1. using fragment bundle, so we have access to entire Log4J1
  2. using whiteboard approach, where we register services implementing interfaces from org.ops4j.pax.logging.spi package.

When using whiteboard approach, we can provide these 4 extensions:

In configuration (for PID org.ops4j.pax.logging) when encountering appender/filter/layout/errorHandler prefixed with osgi:, a bridge is created and passed to Log4J1. The responsibility of this bridge is to:

Skip navigation links

Copyright © 2006–2019 OPS4J - Open Participation Software for Java. All rights reserved.