Package | Description |
---|---|
org.apache.sis.util.logging |
Extensions to the JDK logging framework.
|
Modifier and Type | Method and Description |
---|---|
static MonolineFormatter |
MonolineFormatter.install()
Installs a
MonolineFormatter for the root logger, or returns the existing instance if any. |
static MonolineFormatter |
MonolineFormatter.install(Logger logger,
Level level)
Installs a
MonolineFormatter for the specified logger, or returns the existing instance if any. |
static void |
Logging.setLoggerFactory(LoggerFactory<?> factory)
Sets a new factory to use for obtaining
Logger instances. |
void |
PerformanceLevel.setMinDuration(long duration,
TimeUnit unit)
Sets the minimal duration for logging an event at this level.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.