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 newConfiguration
objects.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
Fields in org.apache.commons.configuration2 declared as ConfigurationLogger Modifier and Type Field Description private ConfigurationLogger
AbstractConfiguration. log
Stores the logger.Methods in org.apache.commons.configuration2 that return ConfigurationLogger Modifier and Type Method Description ConfigurationLogger
AbstractConfiguration. 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 void
AbstractConfiguration. initLogger(ConfigurationLogger log)
Initializes the logger.void
AbstractConfiguration. 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 BasicBuilderParameters
BasicBuilderParameters. setLogger(ConfigurationLogger log)
Sets the logger property.T
BasicBuilderProperties. setLogger(ConfigurationLogger log)
Sets the logger property. -
Uses of ConfigurationLogger in org.apache.commons.configuration2.interpol
Fields in org.apache.commons.configuration2.interpol declared as ConfigurationLogger Modifier and Type Field Description private ConfigurationLogger
ExprLookup. logger
The logger used by this instance.Methods in org.apache.commons.configuration2.interpol that return ConfigurationLogger Modifier and Type Method Description ConfigurationLogger
ExprLookup. 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 void
ExprLookup. setLogger(ConfigurationLogger logger)
Sets the logger to be used by this object. -
Uses of ConfigurationLogger in org.apache.commons.configuration2.io
Fields in org.apache.commons.configuration2.io declared as ConfigurationLogger Modifier and Type Field Description private static ConfigurationLogger
FileSystem. DEFAULT_LOG
Constant for the default logger.private ConfigurationLogger
FileSystem. log
The LoggerMethods in org.apache.commons.configuration2.io that return ConfigurationLogger Modifier and Type Method Description ConfigurationLogger
FileSystem. getLogger()
Gets the logger used by this FileSystem.static ConfigurationLogger
ConfigurationLogger. 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 void
FileSystem. setLogger(ConfigurationLogger log)
Allows setting the logger to be used by this FileSystem. -
Uses of ConfigurationLogger in org.apache.commons.configuration2.resolver
Fields in org.apache.commons.configuration2.resolver declared as ConfigurationLogger Modifier and Type Field Description private ConfigurationLogger
CatalogResolver. log
Stores the logger.Methods in org.apache.commons.configuration2.resolver that return ConfigurationLogger Modifier and Type Method Description ConfigurationLogger
CatalogResolver. 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 private void
CatalogResolver. initLogger(ConfigurationLogger log)
Initializes the logger.void
CatalogResolver. setLogger(ConfigurationLogger log)
Allows setting the logger to be used by this object.
-