Package org.xmlresolver.logging
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
.
-
ClassDescriptionThe abstract logger implements some of the core functionality needed regardless of how the messages are processed.The default logger logs to
System.err
.The resolver logger interface defines the features of a logging class for the resolver.The system logger interfaces to a logging backend via a logging backend.