| Package | Description |
|---|---|
| org.apache.log4j | |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Category
This class has been deprecated and replaced by the
Logger subclass. |
class |
Logger
This is the central class in the log4j package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AvalonLogger
pax-logging specific
Logger that delegates to PaxLogger that is obtained from
framework specific PaxLoggingService and eventually delegates to logging
implementation. |
| Modifier and Type | Field and Description |
|---|---|
static List<PaxLoggingManagerAwareLogger> |
Activator.m_loggers
This list will keep facade-specific loggers before
PaxLoggingManager becomes available. |
| Modifier and Type | Class and Description |
|---|---|
class |
JBossLoggingLogger
pax-logging specific
Logger that delegates to PaxLogger that is obtained from
framework specific PaxLoggingService and eventually delegates to logging
implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
JclLogger
pax-logging specific
Log that delegates to PaxLogger that is obtained from
framework specific PaxLoggingService and eventually delegates to logging
implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
JuliLogger
pax-logging specific
Log that delegates to PaxLogger that is obtained from
framework specific PaxLoggingService and eventually delegates to logging
implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
Log4jv2Logger
This is the default logger that is used when no suitable logging implementation is available.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Slf4jLogger
pax-logging specific
Logger that delegates to PaxLogger that is obtained from
framework specific PaxLoggingService and eventually delegates to logging
implementation. |
Copyright © 2006–2023 OPS4J - Open Participation Software for Java. All rights reserved.