Uses of Interface
org.osgi.service.log.Logger
Packages that use Logger
-
Uses of Logger in org.osgi.service.log
Subinterfaces of Logger in org.osgi.service.logModifier and TypeInterfaceDescriptioninterface
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 LoggerModifier and TypeMethodDescription<L extends Logger>
LReturn theLogger
of the specified type named with the specified class.<L extends Logger>
LReturn theLogger
of the specified type named with the specified name.<L extends Logger>
LReturn theLogger
of the specified type named with the specified name for the specified bundle.Methods in org.osgi.service.log that return LoggerModifier and TypeMethodDescriptionReturn theLogger
named with the specified class.Return theLogger
named with the specified name.Methods in org.osgi.service.log with parameters of type Logger