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 obtainingLogger
instances, ornull
if none.Methods in org.apache.sis.util.logging with parameters of type LoggerFactoryModifier and TypeMethodDescriptionstatic void
Logging.setLoggerFactory
(LoggerFactory<?> factory) Sets a new factory to use for obtainingLogger
instances.