Package org.geotools.util.logging
package org.geotools.util.logging
Extensions to the Java logging framework. The GeoTools project uses the standard
Logger
API for its logging, but this package allows redirection of logs to some other
frameworks like Log4J.
All GeoTools code should fetch their logger through a call to
Logging.getLogger(String)
, not
Logger.getLogger(String)
. This is necessary in order to give GeoTools a chance to redirect
log events to an other logging framework.
-
ClassesClassDescriptionA factory for loggers that redirect all Java logging events to the Apache's Commons-logging framework.Default LoggerFactory using java util logging framework directly.An adapter that redirect all Java logging events to the Apache's Log4J framework.A factory for loggers that redirect all Java logging events to the Apache's Log4J framework.An adapter that redirect all Java logging events to the Apache's Log4J framework.A factory for loggers that redirect all Java logging events to the Apache's Log4J framework.Logger that redirect all Java logging events to logback framework * (using the <AHREF="https://www.slf4j.org/">sl4j API).A factory for loggers that redirect all Java logging events to logback framework (using the <AHREF="https://www.slf4j.org/">sl4j API).An adapter that redirect all Java logging events to an other logging framework.A factory for Java
Logger
wrapping an other logging framework.Utility class for configuring logging in GeoTools.Custom logging level used for FATAL and OPERATION.A formatter writting log messages on a single line.