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 classLf4OsgiLoggerThe implementation of the facade for OSGi loggers.Methods in de.mnl.osgi.lf4osgi that return Logger Modifier and Type Method Description static LoggerLoggerFactory. getLogger(Class<?> clazz)Gets a logger, using the class name as name for the logger.static LoggerLoggerFactory. getLogger(String name)Gets a logger with the given name.static LoggerLoggerFactory. getLogger(Bundle bundle, Class<?> clazz)Gets a logger with the given class' name for the given bundle.static LoggerLoggerFactory. getLogger(Bundle bundle, String name)Gets a logger with the given name for the given bundle.
-