Package | Description |
---|---|
org.eclipse.equinox.log | |
org.eclipse.equinox.log.internal |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedLogService
Extends the OSGi
Log Service to support the use of named loggers that provide
some additional context when logging. |
Modifier and Type | Method and Description |
---|---|
Logger |
ExtendedLogService.getLogger(Bundle bundle,
String loggerName)
Returns the logger associated with this logger name and bundle.
|
Logger |
ExtendedLogService.getLogger(String loggerName)
Returns the
Logger |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedLogServiceImpl |
class |
LoggerImpl |
Modifier and Type | Method and Description |
---|---|
Logger |
ExtendedLogServiceImpl.getLogger(Bundle logBundle,
String name) |
Logger |
ExtendedLogServiceImpl.getLogger(String name) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.