Uses of Class
org.apache.sis.util.logging.LoggerFactory
Packages that use LoggerFactory
-
Uses of LoggerFactory in org.apache.sis.util.logging
Methods in org.apache.sis.util.logging that return LoggerFactoryModifier and TypeMethodDescriptionstatic LoggerFactory<?>Logging.getLoggerFactory()Returns the factory used for obtainingLoggerinstances, ornullif none.Methods in org.apache.sis.util.logging with parameters of type LoggerFactoryModifier and TypeMethodDescriptionstatic voidLogging.setLoggerFactory(LoggerFactory<?> factory) Sets a new factory to use for obtainingLoggerinstances.