Uses of Class
org.apache.commons.configuration2.io.ConfigurationLogger
-
Packages that use ConfigurationLogger Package Description org.apache.commons.configuration2 The Configuration main package.org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfigurationobjects.org.apache.commons.configuration2.interpol A package with helper classes used for interpolation (variable substitution).org.apache.commons.configuration2.io A package with classes related to I/O operations.org.apache.commons.configuration2.resolver A package containing EntityResolvers. -
-
Uses of ConfigurationLogger in org.apache.commons.configuration2
Methods in org.apache.commons.configuration2 that return ConfigurationLogger Modifier and Type Method Description ConfigurationLoggerAbstractConfiguration. getLogger()Gets the logger used by this configuration object.Methods in org.apache.commons.configuration2 with parameters of type ConfigurationLogger Modifier and Type Method Description protected voidAbstractConfiguration. initLogger(ConfigurationLogger log)Initializes the logger.voidAbstractConfiguration. setLogger(ConfigurationLogger log)Allows setting the logger to be used by this configuration object. -
Uses of ConfigurationLogger in org.apache.commons.configuration2.builder
Methods in org.apache.commons.configuration2.builder with parameters of type ConfigurationLogger Modifier and Type Method Description BasicBuilderParametersBasicBuilderParameters. setLogger(ConfigurationLogger log)Sets the logger property.TBasicBuilderProperties. setLogger(ConfigurationLogger log)Sets the logger property. -
Uses of ConfigurationLogger in org.apache.commons.configuration2.interpol
Methods in org.apache.commons.configuration2.interpol that return ConfigurationLogger Modifier and Type Method Description ConfigurationLoggerExprLookup. getLogger()Gets the logger used by this object.Methods in org.apache.commons.configuration2.interpol with parameters of type ConfigurationLogger Modifier and Type Method Description voidExprLookup. setLogger(ConfigurationLogger logger)Sets the logger to be used by this object. -
Uses of ConfigurationLogger in org.apache.commons.configuration2.io
Methods in org.apache.commons.configuration2.io that return ConfigurationLogger Modifier and Type Method Description ConfigurationLoggerFileSystem. getLogger()Gets the logger used by this FileSystem.static ConfigurationLoggerConfigurationLogger. newDummyLogger()Creates a new dummy logger which produces no output.Methods in org.apache.commons.configuration2.io with parameters of type ConfigurationLogger Modifier and Type Method Description voidFileSystem. setLogger(ConfigurationLogger log)Allows setting the logger to be used by this FileSystem. -
Uses of ConfigurationLogger in org.apache.commons.configuration2.resolver
Methods in org.apache.commons.configuration2.resolver that return ConfigurationLogger Modifier and Type Method Description ConfigurationLoggerCatalogResolver. getLogger()Gets the logger used by this configuration object.Methods in org.apache.commons.configuration2.resolver with parameters of type ConfigurationLogger Modifier and Type Method Description voidCatalogResolver. setLogger(ConfigurationLogger log)Allows setting the logger to be used by this object.
-