Uses of Interface
org.osgi.service.log.Logger
-
Packages that use Logger Package Description org.osgi.service.log Log Service Package Version 1.4. -
-
Uses of Logger in org.osgi.service.log
Subinterfaces of Logger in org.osgi.service.log Modifier and Type Interface Description interfaceFormatterLoggerProvides methods for bundles to write messages to the log using printf-style format strings.Methods in org.osgi.service.log with type parameters of type Logger Modifier and Type Method Description <L extends Logger>
LLoggerFactory. getLogger(java.lang.Class<?> clazz, java.lang.Class<L> loggerType)Return theLoggerof the specified type named with the specified class.<L extends Logger>
LLoggerFactory. getLogger(java.lang.String name, java.lang.Class<L> loggerType)Return theLoggerof the specified type named with the specified name.<L extends Logger>
LLoggerFactory. getLogger(org.osgi.framework.Bundle bundle, java.lang.String name, java.lang.Class<L> loggerType)Return theLoggerof the specified type named with the specified name for the specified bundle.Methods in org.osgi.service.log that return Logger Modifier and Type Method Description LoggerLoggerFactory. getLogger(java.lang.Class<?> clazz)Return theLoggernamed with the specified class.LoggerLoggerFactory. getLogger(java.lang.String name)Return theLoggernamed with the specified name.Methods in org.osgi.service.log with parameters of type Logger Modifier and Type Method Description voidLoggerConsumer. accept(Logger l)Perform this operation on the specifiedLogger.
-