| Package | Description |
|---|---|
| org.apache.commons.logging |
This package contains classes that change internals of Commons Logging library under
the same API.
|
| org.apache.juli.logging |
This package contains classes that change internals of Apache Tomcat Juli library under
the same API.
|
| org.apache.log4j | |
| org.ops4j.pax.logging | |
| org.ops4j.pax.logging.avalon |
Package with pax-logging specific classes supporting Avalon Framework Logging.
|
| org.ops4j.pax.logging.internal | |
| org.ops4j.pax.logging.jbosslogging |
Package with pax-logging specific classes supporting JBoss Logging bridge.
|
| org.ops4j.pax.logging.jcl |
Package with pax-logging specific classes supporting Commons-Logging facade.
|
| org.ops4j.pax.logging.juli |
Package with pax-logging specific classes supporting Apache Juli facade (which itself
is adjusted Commons Logging API).
|
| org.ops4j.pax.logging.log4jv2 | |
| org.ops4j.pax.logging.slf4j |
Package with pax-logging specific classes supporting the binding mechanism from SLF4J.
|
| 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 |
|---|---|
static void |
LogFactory.setPaxLoggingManager(PaxLoggingManager manager) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LogFactory.setPaxLoggingManager(PaxLoggingManager manager) |
| Modifier and Type | Field and Description |
|---|---|
protected static PaxLoggingManager |
Category.m_paxLogging |
| Modifier and Type | Method and Description |
|---|---|
static void |
Category.configurePaxLoggingManager(PaxLoggingManager manager)
Static method is different than usual, because here logger is also a factory.
|
void |
Category.setPaxLoggingManager(PaxLoggingManager loggingManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
OSGIPaxLoggingManager
PaxLoggingManager that acts as a singleton that delegates to tracked instance of PaxLoggingService
More precisely - it returns instances of PaxLogger that internally delegate to loggers obtained from
available PaxLoggingService or from fallback service when there's no implementation available. |
| Modifier and Type | Method and Description |
|---|---|
void |
PaxLoggingManagerAwareLogger.setPaxLoggingManager(PaxLoggingManager manager)
Configures a
PaxLoggingManager that from now on can be used to
obtain a non-fallback logger that given logger
is delegating to. |
| Modifier and Type | Method and Description |
|---|---|
void |
AvalonLogger.setPaxLoggingManager(PaxLoggingManager paxLoggingManager) |
static void |
AvalonLogFactory.setPaxLoggingManager(PaxLoggingManager manager) |
| Constructor and Description |
|---|
JdkHandler(PaxLoggingManager loggingManager) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PaxLoggingLoggerProvider.setPaxLoggingManager(PaxLoggingManager manager) |
void |
JBossLoggingLogger.setPaxLoggingManager(PaxLoggingManager manager) |
| Modifier and Type | Method and Description |
|---|---|
void |
JclLogger.setPaxLoggingManager(PaxLoggingManager paxLoggingManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
JuliLogger.setPaxLoggingManager(PaxLoggingManager paxLoggingManager) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Log4jv2LoggerContext.setPaxLoggingManager(PaxLoggingManager manager) |
void |
Log4jv2Logger.setPaxLoggingManager(PaxLoggingManager paxLoggingManager) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Slf4jLoggerFactory.setPaxLoggingManager(PaxLoggingManager manager) |
void |
Slf4jLogger.setPaxLoggingManager(PaxLoggingManager loggingManager) |
| Constructor and Description |
|---|
FrameworkHandler(org.osgi.framework.BundleContext context,
PaxLoggingManager manager) |
Copyright © 2006–2023 OPS4J - Open Participation Software for Java. All rights reserved.