Uses of Interface
de.iip_ecosphere.platform.support.logging.ILoggerFactory
Packages that use ILoggerFactory
Package
Description
Logging interface, factory and basic implementation to release dependency on slf4j, log4j which may be put
into plugins.
-
Uses of ILoggerFactory in de.iip_ecosphere.platform.support.logging
Fields in de.iip_ecosphere.platform.support.logging declared as ILoggerFactoryModifier and TypeFieldDescriptionprivate static ILoggerFactoryLoggerFactory.factoryprivate static final ILoggerFactoryLoggerFactory.FALLBACK_FACTORYMethods in de.iip_ecosphere.platform.support.logging that return ILoggerFactoryModifier and TypeMethodDescriptionstatic ILoggerFactoryLoggerFactory.getLoggerFactory()Returns the actual logger factory.Methods in de.iip_ecosphere.platform.support.logging with parameters of type ILoggerFactoryModifier and TypeMethodDescriptionstatic voidLoggerFactory.setLoggerFactory(ILoggerFactory fcty) Changes the logger factory.