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.