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 interface
FormatterLogger
Provides 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 theLogger
of the specified type named with the specified class.<L extends Logger>
LLoggerFactory. getLogger(java.lang.String name, java.lang.Class<L> loggerType)
Return theLogger
of 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 theLogger
of 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 Logger
LoggerFactory. getLogger(java.lang.Class<?> clazz)
Return theLogger
named with the specified class.Logger
LoggerFactory. getLogger(java.lang.String name)
Return theLogger
named with the specified name.Methods in org.osgi.service.log with parameters of type Logger Modifier and Type Method Description void
LoggerConsumer. accept(Logger l)
Perform this operation on the specifiedLogger
.
-