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
Methods in org.apache.commons.configuration2 that return ConfigurationLogger Modifier and Type Method Description ConfigurationLogger
AbstractConfiguration. getLogger()
Returns 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
Methods in org.apache.commons.configuration2.interpol that return ConfigurationLogger Modifier and Type Method Description ConfigurationLogger
ExprLookup. getLogger()
Returns 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
Methods in org.apache.commons.configuration2.io that return ConfigurationLogger Modifier and Type Method Description ConfigurationLogger
FileSystem. getLogger()
Returns 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
Methods in org.apache.commons.configuration2.resolver that return ConfigurationLogger Modifier and Type Method Description ConfigurationLogger
CatalogResolver. getLogger()
Returns the logger used by this configuration object.Methods in org.apache.commons.configuration2.resolver with parameters of type ConfigurationLogger Modifier and Type Method Description void
CatalogResolver. setLogger(ConfigurationLogger log)
Allows setting the logger to be used by this object.
-