Uses of Package
org.ops4j.pax.logging.spi
-
Packages that use org.ops4j.pax.logging.spi Package Description org.ops4j.pax.logging.spi This package abstracts common concepts related to configuration of popular logging frameworks/libraries.org.ops4j.pax.logging.spi.support This package may be Private-Packaged by particular pax-logging backends (thus doing a copy), so common functionality (like implementation ofLogReaderService) is kept in one place. -
Classes in org.ops4j.pax.logging.spi used by org.ops4j.pax.logging.spi Class Description PaxLevel Framework library agnostic representation of logging level.PaxLocationInfo Framework library agnostic representation of location info that identifies the place in code where logging event was created.PaxLoggingEvent Framework library agnostic representation of logging event that may be filtered and/or directed to anappender. -
Classes in org.ops4j.pax.logging.spi used by org.ops4j.pax.logging.spi.support Class Description PaxAppender Framework library agnostic representation of a processor for logging events.PaxLoggingEvent Framework library agnostic representation of logging event that may be filtered and/or directed to anappender.