Uses of Interface
de.mnl.osgi.lf4osgi.core.LoggerGroup
-
Packages that use LoggerGroup Package Description de.mnl.osgi.lf4osgi A bundle that provides a logging facade for the standard OSGILogger
.de.mnl.osgi.lf4osgi.core The classes that implement the logger facade for OSGi. -
-
Uses of LoggerGroup in de.mnl.osgi.lf4osgi
Constructors in de.mnl.osgi.lf4osgi with parameters of type LoggerGroup Constructor Description Lf4OsgiLogger(LoggerGroup context, String name)
Instantiates a new logger for the given bundle with the provided name. -
Uses of LoggerGroup in de.mnl.osgi.lf4osgi.core
Classes in de.mnl.osgi.lf4osgi.core that implement LoggerGroup Modifier and Type Class Description class
DefaultLoggerGroup<T>
A simple cache for loggers used by a bundle.Method parameters in de.mnl.osgi.lf4osgi.core with type arguments of type LoggerGroup Modifier and Type Method Description T
DefaultLoggerGroup. computeIfAbsent(String name, BiFunction<LoggerGroup,String,T> supplier)
Gets the logger with the specified name.Constructors in de.mnl.osgi.lf4osgi.core with parameters of type LoggerGroup Constructor Description AbstractLoggerFacade(LoggerGroup group, String name)
Instantiates a new logger facade.Constructor parameters in de.mnl.osgi.lf4osgi.core with type arguments of type LoggerGroup Constructor Description DefaultLoggerGroup(Bundle bundle, BiFunction<LoggerGroup,String,T> loggerSupplier)
Instantiates a new bundle group.
-