Uses of Interface
de.mnl.osgi.lf4osgi.Logger
-
Packages that use Logger Package Description de.mnl.osgi.lf4osgi A bundle that provides a logging facade for the standard OSGILogger
. -
-
Uses of Logger in de.mnl.osgi.lf4osgi
Classes in de.mnl.osgi.lf4osgi that implement Logger Modifier and Type Class Description class
Lf4OsgiLogger
The implementation of the facade for OSGi loggers.Methods in de.mnl.osgi.lf4osgi that return Logger Modifier and Type Method Description static Logger
LoggerFactory. getLogger(Class<?> clazz)
Gets a logger, using the class name as name for the logger.static Logger
LoggerFactory. getLogger(String name)
Gets a logger with the given name.static Logger
LoggerFactory. getLogger(Bundle bundle, Class<?> clazz)
Gets a logger with the given class' name for the given bundle.static Logger
LoggerFactory. getLogger(Bundle bundle, String name)
Gets a logger with the given name for the given bundle.
-