Uses of Class
org.geotools.util.logging.LoggerFactory

Packages that use LoggerFactory
org.geotools.factory Utility classes which enable dynamic binding to factory implementations at runtime. 
org.geotools.util.logging Extensions to the Java logging framework. 
 

Uses of LoggerFactory in org.geotools.factory
 

Methods in org.geotools.factory with parameters of type LoggerFactory
 void GeoTools.setLoggerFactory(LoggerFactory factory)
          Sets the global logger factory.
 

Uses of LoggerFactory in org.geotools.util.logging
 

Subclasses of LoggerFactory in org.geotools.util.logging
 class CommonsLoggerFactory
          A factory for loggers that redirect all Java logging events to the Apache's Commons-logging framework.
 class Log4JLoggerFactory
          A factory for loggers that redirect all Java logging events to the Apache's Log4J framework.
 

Methods in org.geotools.util.logging that return LoggerFactory
 LoggerFactory Logging.getLoggerFactory()
          Returns the logger factory, or null if none.
 

Methods in org.geotools.util.logging with parameters of type LoggerFactory
 void Logging.setLoggerFactory(LoggerFactory factory)
          Sets a new logger factory for this Logging instance and every children.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.