Uses of Interface
de.mnl.osgi.lf4osgi.core.LoggerFacade
-
Packages that use LoggerFacade 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 LoggerFacade in de.mnl.osgi.lf4osgi
Classes in de.mnl.osgi.lf4osgi that implement LoggerFacade Modifier and Type Class Description class
Lf4OsgiLogger
The implementation of the facade for OSGi loggers. -
Uses of LoggerFacade in de.mnl.osgi.lf4osgi.core
Classes in de.mnl.osgi.lf4osgi.core with type parameters of type LoggerFacade Modifier and Type Class Description class
AbstractLoggerFacade<T extends LoggerFacade>
A base class for logger facades.Classes in de.mnl.osgi.lf4osgi.core that implement LoggerFacade Modifier and Type Class Description class
AbstractLoggerFacade<T extends LoggerFacade>
A base class for logger facades.Methods in de.mnl.osgi.lf4osgi.core with parameters of type LoggerFacade Modifier and Type Method Description static void
LoggerFacadeManager. registerFacade(LoggerFacade loggerFacade)
Register the given facade for receiving updates when the logger factory changes.
-