Uses of Class
de.aristaflow.adept2.base.configuration.LoggerManager
-
Packages that use LoggerManager Package Description de.aristaflow.adept2.base.configuration de.aristaflow.adept2.base.registry de.aristaflow.adept2.core.registry -
-
Uses of LoggerManager in de.aristaflow.adept2.base.configuration
Constructors in de.aristaflow.adept2.base.configuration with parameters of type LoggerManager Constructor Description ConfigurationManager(String rootConfFileName, org.apache.commons.configuration2.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.registry Modifier and Type Class Description classCsvLoggerManagerThis subclass refers to theCSVFormatterand decouplesLoggerManagerfrom AristaFlow-specific classes inCSVFormatter.Constructors in de.aristaflow.adept2.base.registry with parameters of type LoggerManager Constructor Description UrlConfigurationManager(String rootConfFileName, org.apache.commons.configuration2.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 LoggerManager Modifier and Type Method Description protected UrlConfigurationManagerAristaFlowPlatform. createConfigurationManager(String rootConfFileName, org.apache.commons.configuration2.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.
-