Uses of Class
org.apache.sis.util.logging.LoggerFactory
-
Packages that use LoggerFactory Package Description org.apache.sis.util.logging Extensions to the JDK logging framework. -
-
Uses of LoggerFactory in org.apache.sis.util.logging
Methods in org.apache.sis.util.logging that return LoggerFactory Modifier and Type Method Description static LoggerFactory<?>Logging. getLoggerFactory()Returns the factory used for obtainingLoggerinstances, ornullif none.Methods in org.apache.sis.util.logging with parameters of type LoggerFactory Modifier and Type Method Description static voidLogging. setLoggerFactory(LoggerFactory<?> factory)Sets a new factory to use for obtainingLoggerinstances.
-