Uses of Class
org.apache.commons.configuration2.io.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
Modifier and TypeMethodDescriptionAbstractConfiguration.getLogger()
Gets the logger used by this configuration object.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
ExprLookup.setLogger
(ConfigurationLogger logger) Sets the logger to be used by this object. -
Uses of ConfigurationLogger in org.apache.commons.configuration2.io
Modifier and TypeMethodDescriptionFileSystem.getLogger()
Gets the logger used by this FileSystem.static ConfigurationLogger
ConfigurationLogger.newDummyLogger()
Creates a new dummy logger which produces no output.Modifier 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
Modifier and TypeMethodDescriptionCatalogResolver.getLogger()
Gets the logger used by this configuration object.Modifier and TypeMethodDescriptionvoid
CatalogResolver.setLogger
(ConfigurationLogger log) Allows setting the logger to be used by this object.