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