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 |
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.
|
Modifier and Type | Method and Description |
---|---|
LoggerFactory<?> |
Logging.getLoggerFactory()
Returns the logger factory, or
null if none. |
Modifier and Type | Method and Description |
---|---|
void |
Logging.setLoggerFactory(LoggerFactory<?> factory)
Sets a new logger factory for this
Logging instance and every children. |
Copyright © 1996–2019 Geotools. All rights reserved.