Package org.xmlresolver.logging

Resolver logging.

The resolver logs configuration changes, resolution attempts, caching, and a variety of other operations. Each of these log messages is sent to the ResolverLogger in the configuration.

The DefaultLogger sends messages to System.err. The SystemLogger uses a logging backend. By default, it configures itself to use any one of the logging backends supported by LoggerFactory. Alternatively, it may be configured directly with a Logger.

To switch loggers, set the ResolverFeature.RESOLVER_LOGGER_CLASS.