Package org.geotools.util.logging

Extensions to the Java logging framework.

See:
          Description

Class Summary
CommonsLoggerFactory A factory for loggers that redirect all Java logging events to the Apache's Commons-logging framework.
Log4JLoggerFactory A factory for loggers that redirect all Java logging events to the Apache's Log4J framework.
LoggedFormat<T> Wraps a Format object in order to either parse fully a string, or log a warning.
LoggerAdapter An adapter that redirect all Java logging events to an other logging framework.
LoggerFactory<L> A factory for Java Logger wrapping an other logging framework.
Logging A set of utilities method for configuring loggings in GeoTools.
MonolineFormatter A formatter writting log messages on a single line.
 

Package org.geotools.util.logging Description

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.



Copyright © 1996-2014 Geotools. All Rights Reserved.