Uses of Class
org.geotools.util.logging.LoggerFactory
-
Packages that use LoggerFactory 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. -
-
Uses of LoggerFactory in org.geotools.util.factory
Methods in org.geotools.util.factory with parameters of type LoggerFactory Modifier and Type Method Description static 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 Modifier and Type Class Description class
CommonsLoggerFactory
A factory for loggers that redirect all Java logging events to the Apache's Commons-logging framework.class
DefaultLoggerFactory
Default LoggerFactory using java util logging framework directly.class
Log4J2LoggerFactory
A factory for loggers that redirect all Java logging events to the Apache's Log4J framework.class
Log4JLoggerFactory
A factory for loggers that redirect all Java logging events to the Apache's Log4J framework.class
LogbackLoggerFactory
A factory for loggers that redirect all Java logging events to logback framework (using thesl4j API). Methods in org.geotools.util.logging that return LoggerFactory Modifier and Type Method Description LoggerFactory<?>
Logging. getLoggerFactory()
Returns the logger factory, ornull
if none.Methods in org.geotools.util.logging with parameters of type LoggerFactory Modifier and Type Method Description void
Logging. setLoggerFactory(LoggerFactory<?> factory)
Sets a new logger factory for thisLogging
instance and every children.
-