Uses of Class
org.geotools.util.logging.LoggerFactory
Packages that use LoggerFactory
Package
Description
Utility classes which enable dynamic binding to factory implementations at runtime.
Extensions to the Java logging framework.
-
Uses of LoggerFactory in org.geotools.util.factory
Methods in org.geotools.util.factory with parameters of type LoggerFactoryModifier and TypeMethodDescriptionstatic 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.loggingModifier and TypeClassDescriptionclass
A factory for loggers that redirect all Java logging events to the Apache's Commons-logging framework.class
Default LoggerFactory using java util logging framework directly.class
A factory for loggers that redirect all Java logging events to the Apache's Log4J framework.class
A factory for loggers that redirect all Java logging events to the Apache's Log4J framework.class
A factory for loggers that redirect all Java logging events to logback framework (using the <AHREF="https://www.slf4j.org/">sl4j API).Methods in org.geotools.util.logging that return LoggerFactoryModifier and TypeMethodDescriptionLogging.getLoggerFactory()
Returns the logger factory, ornull
if none.Methods in org.geotools.util.logging with parameters of type LoggerFactoryModifier and TypeMethodDescriptionvoid
Logging.setLoggerFactory
(LoggerFactory<?> factory) Sets a new logger factory for thisLogging
instance and every children.