Uses of Class
org.apache.sis.util.Configuration
-
Packages that use Configuration Package Description org.apache.sis.util.logging Extensions to the JDK logging framework. -
-
Uses of Configuration in org.apache.sis.util.logging
Methods in org.apache.sis.util.logging with annotations of type Configuration Modifier and Type Method Description static MonolineFormatterMonolineFormatter. install()Installs aMonolineFormatterfor the root logger, or returns the existing instance if any.static MonolineFormatterMonolineFormatter. install(Logger logger, Level level)Installs aMonolineFormatterfor the specified logger, or returns the existing instance if any.static voidLogging. setLoggerFactory(LoggerFactory<?> factory)Sets a new factory to use for obtainingLoggerinstances.voidPerformanceLevel. setMinDuration(long duration, TimeUnit unit)Sets the minimal duration for logging an event at this level.
-