Uses of Interface
org.ops4j.pax.logging.spi.PaxLoggingEvent
-
Packages that use PaxLoggingEvent 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. -
-
Uses of PaxLoggingEvent in org.ops4j.pax.logging.spi
Methods in org.ops4j.pax.logging.spi with parameters of type PaxLoggingEvent Modifier and Type Method Description voidPaxAppender. doAppend(PaxLoggingEvent event)Log inAppenderspecific way.intPaxFilter. doFilter(PaxLoggingEvent event)If the decision isDENY, then the event will be dropped.StringPaxLayout. doLayout(PaxLoggingEvent event)Creates the string representation of a logging event. -
Uses of PaxLoggingEvent in org.ops4j.pax.logging.spi.support
Methods in org.ops4j.pax.logging.spi.support with parameters of type PaxLoggingEvent Modifier and Type Method Description voidPaxAppenderProxy. doAppend(PaxLoggingEvent event)
-