| 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 of
LogReaderService)
is kept in one place. |
| Modifier and Type | Method and Description |
|---|---|
void |
PaxAppender.doAppend(PaxLoggingEvent event)
Log in
Appender specific way. |
int |
PaxFilter.doFilter(PaxLoggingEvent event)
If the decision is
DENY, then the event will be
dropped. |
String |
PaxLayout.doLayout(PaxLoggingEvent event)
Creates the string representation of a logging event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaxAppenderProxy.doAppend(PaxLoggingEvent event) |
Copyright © 2006–2023 OPS4J - Open Participation Software for Java. All rights reserved.