|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Logger | |
|---|---|
| org.eclipse.equinox.log | |
| org.eclipse.equinox.log.internal | |
| Uses of Logger in org.eclipse.equinox.log |
|---|
| Subinterfaces of Logger in org.eclipse.equinox.log | |
|---|---|
interface |
ExtendedLogService
Extends the OSGi Log Service to support the use of named loggers that provide
some additional context when logging. |
| Methods in org.eclipse.equinox.log that return Logger | |
|---|---|
Logger |
ExtendedLogService.getLogger(Bundle bundle,
java.lang.String loggerName)
Returns the logger associated with this logger name and bundle. |
Logger |
ExtendedLogService.getLogger(java.lang.String loggerName)
Returns the Logger |
| Uses of Logger in org.eclipse.equinox.log.internal |
|---|
| Classes in org.eclipse.equinox.log.internal that implement Logger | |
|---|---|
class |
ExtendedLogServiceImpl
|
class |
LoggerImpl
|
| Methods in org.eclipse.equinox.log.internal that return Logger | |
|---|---|
Logger |
ExtendedLogServiceImpl.getLogger(Bundle logBundle,
java.lang.String name)
|
Logger |
ExtendedLogServiceImpl.getLogger(java.lang.String name)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||