Uses of Class
org.apache.commons.configuration2.io.ConfigurationLogger
Packages that use ConfigurationLogger
Package
Description
The Configuration main package.
This package contains the implementations of configuration builder classes used to create new
Configuration
objects.
A package with helper classes used for interpolation (variable substitution).
A package with classes related to I/O operations.
A package containing EntityResolvers.
-
Uses of ConfigurationLogger in org.apache.commons.configuration2
Methods in org.apache.commons.configuration2 that return ConfigurationLoggerModifier and TypeMethodDescriptionAbstractConfiguration.getLogger()
Gets the logger used by this configuration object.Methods in org.apache.commons.configuration2 with parameters of type ConfigurationLoggerModifier and TypeMethodDescriptionprotected final 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 ConfigurationLoggerModifier and TypeMethodDescriptionBasicBuilderParameters.setLogger
(ConfigurationLogger log) Sets the logger property.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 ConfigurationLoggerMethods in org.apache.commons.configuration2.interpol with parameters of type ConfigurationLoggerModifier and TypeMethodDescriptionvoid
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 ConfigurationLoggerModifier and TypeMethodDescriptionFileSystem.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 ConfigurationLoggerModifier and TypeMethodDescriptionvoid
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 ConfigurationLoggerModifier and TypeMethodDescriptionCatalogResolver.getLogger()
Gets the logger used by this configuration object.Methods in org.apache.commons.configuration2.resolver with parameters of type ConfigurationLoggerModifier and TypeMethodDescriptionvoid
CatalogResolver.setLogger
(ConfigurationLogger log) Allows setting the logger to be used by this object.