Uses of Class
de.aristaflow.adept2.base.configuration.LoggerManager
Packages that use LoggerManager
Package
Description
-
Uses of LoggerManager in de.aristaflow.adept2.base.configuration
Constructors in de.aristaflow.adept2.base.configuration with parameters of type LoggerManagerModifierConstructorDescriptionConfigurationManager(String rootConfFileName, Configuration providedConfiguration, boolean eager, ConfigurationPropertyProvider provider, LoggerManager loggerManager) Creates a new configuration manager using the configuration properties of the designated provider and either a root configuration loaded from the designated file name, or the designated provided configuration or a mixture of both respecting the order of the configurations and configuration directories from the provider. -
Uses of LoggerManager in de.aristaflow.adept2.base.registry
Subclasses of LoggerManager in de.aristaflow.adept2.base.registryModifier and TypeClassDescriptionclassThis subclass refers to theCSVFormatterand decouplesLoggerManagerfrom AristaFlow-specific classes inCSVFormatter.Constructors in de.aristaflow.adept2.base.registry with parameters of type LoggerManagerModifierConstructorDescriptionUrlConfigurationManager(String rootConfFileName, Configuration providedConfiguration, boolean eager, ConfigurationPropertyProvider provider, LoggerManager loggerManager) Creates a newUrlConfigurationManagerusing the configuration properties of the designated provider and either a root configuration loaded from the designated file name, or the designated provided configuration or a mixture of both respecting the order of the configurations and configuration directories from the provider. -
Uses of LoggerManager in de.aristaflow.adept2.core.registry
Methods in de.aristaflow.adept2.core.registry with parameters of type LoggerManagerModifier and TypeMethodDescriptionprotected UrlConfigurationManagerAristaFlowPlatform.createConfigurationManager(String rootConfFileName, Configuration providedConfiguration, boolean eager, ConfigurationPropertyProvider provider, LoggerManager loggerManager) Gets a configuration manager having the designated file (file name without path) as root configuration and/or the designated configuration.