Skip navigation links

Package org.ops4j.pax.logging.spi

This package abstracts common concepts related to configuration of popular logging frameworks/libraries.

See: Description

Package org.ops4j.pax.logging.spi Description

This package abstracts common concepts related to configuration of popular logging frameworks/libraries. The most important concept is appender which is a way to store logging events. Usually file appenders are used, but any other processing may be involved. Users who want to extend the configuration of chosen backend (Log4J2, Logback) don't have to deal with framework-specific classes/interfaces, but may use these pax-logging interfaces. Implementations of these interfaces will work with all pax-logging supported backends.
Skip navigation links

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