Uses of Interface
de.iip_ecosphere.platform.support.logging.Logger
Packages that use Logger
Package
Description
Logging interface, factory and basic implementation to release dependency on slf4j, log4j which may be put
into plugins.
Classloader-based plugin mechanism to separate overlapping classpaths
and dependencies of alternatives and optionals.
-
Uses of Logger in de.iip_ecosphere.platform.support.logging
Classes in de.iip_ecosphere.platform.support.logging that implement LoggerFields in de.iip_ecosphere.platform.support.logging with type parameters of type LoggerMethods in de.iip_ecosphere.platform.support.logging that return LoggerModifier and TypeMethodDescriptionILoggerFactory.createLogger(String name) Creates a logger for a given name.static LoggerReturn a logger named corresponding to the class passed as parameter.static LoggerReturn a logger named corresponding to the object passed as parameter.static LoggerReturn a logger named according to the name parameter using the statically boundILoggerFactoryinstance. -
Uses of Logger in de.iip_ecosphere.platform.support.plugins
Methods in de.iip_ecosphere.platform.support.plugins that return Logger