| Package | Description | 
|---|---|
| org.geotools.util.factory | Utility classes which enable dynamic binding to factory implementations at runtime. | 
| org.geotools.util.logging | Extensions to the Java logging framework. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GeoTools. setLoggerFactory(LoggerFactory<?> factory)Sets the global logger factory. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CommonsLoggerFactoryA factory for loggers that redirect all Java logging events to the Apache's Commons-logging framework. | 
| class  | Log4JLoggerFactoryA factory for loggers that redirect all Java logging events to the Apache's Log4J framework. | 
| Modifier and Type | Method and Description | 
|---|---|
| LoggerFactory<?> | Logging. getLoggerFactory()Returns the logger factory, or  nullif none. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Logging. setLoggerFactory(LoggerFactory<?> factory)Sets a new logger factory for this  Logginginstance and every children. | 
Copyright © 1996–2019 Geotools. All rights reserved.