| Package | Description |
|---|---|
| org.ops4j.pax.logging | |
| org.ops4j.pax.logging.internal |
| Modifier and Type | Method and Description |
|---|---|
PaxLoggingService |
OSGIPaxLoggingManager.addingService(org.osgi.framework.ServiceReference<PaxLoggingService> reference) |
PaxLoggingService |
PaxLoggingManager.getPaxLoggingService()
Returns actual, detected, dynamic
PaxLoggingService that's currently used to obtain
loggers. |
PaxLoggingService |
OSGIPaxLoggingManager.getPaxLoggingService() |
| Modifier and Type | Method and Description |
|---|---|
void |
OSGIPaxLoggingManager.modifiedService(org.osgi.framework.ServiceReference<PaxLoggingService> reference,
PaxLoggingService service) |
void |
OSGIPaxLoggingManager.removedService(org.osgi.framework.ServiceReference<PaxLoggingService> reference,
PaxLoggingService service) |
| Modifier and Type | Method and Description |
|---|---|
PaxLoggingService |
OSGIPaxLoggingManager.addingService(org.osgi.framework.ServiceReference<PaxLoggingService> reference) |
void |
OSGIPaxLoggingManager.modifiedService(org.osgi.framework.ServiceReference<PaxLoggingService> reference,
PaxLoggingService service) |
void |
OSGIPaxLoggingManager.removedService(org.osgi.framework.ServiceReference<PaxLoggingService> reference,
PaxLoggingService service) |
| Modifier and Type | Method and Description |
|---|---|
void |
TrackingLogger.added(PaxLoggingService service)
OSGIPaxLoggingManager sets an instance of real PaxLoggingService
when it's available. |
| Constructor and Description |
|---|
TrackingLogger(PaxLoggingService service,
String category,
org.osgi.framework.Bundle bundle,
String fqcn) |
Copyright © 2006–2020 OPS4J - Open Participation Software for Java. All rights reserved.