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 voidGeoTools. 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 classCommonsLoggerFactoryA factory for loggers that redirect all Java logging events to the Apache's Commons-logging framework.classDefaultLoggerFactoryDefault LoggerFactory using java util logging framework directly.classLog4J2LoggerFactoryA factory for loggers that redirect all Java logging events to the Apache's Log4J framework.classLog4JLoggerFactoryA factory for loggers that redirect all Java logging events to the Apache's Log4J framework.classLogbackLoggerFactoryA 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, ornullif none.Methods in org.geotools.util.logging with parameters of type LoggerFactory Modifier and Type Method Description voidLogging. setLoggerFactory(LoggerFactory<?> factory)Sets a new logger factory for thisLogginginstance and every children.
-