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 voidGeoTools.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 TypeClassDescriptionclassA factory for loggers that redirect all Java logging events to the Apache's Commons-logging framework.classDefault LoggerFactory using java util logging framework directly.classA factory for loggers that redirect all Java logging events to the Apache's Log4J framework.classA factory for loggers that redirect all Java logging events to the Apache's Log4J framework.classA 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, ornullif none.Methods in org.geotools.util.logging with parameters of type LoggerFactoryModifier and TypeMethodDescriptionvoidLogging.setLoggerFactory(LoggerFactory<?> factory) Sets a new logger factory for thisLogginginstance and every children.