Package | Description |
---|---|
org.apache.sis.util.logging |
Extensions to the JDK logging framework.
|
Modifier and Type | Field and Description |
---|---|
static PerformanceLevel |
PerformanceLevel.PERFORMANCE
The level for logging all time measurements, regardless of their duration.
|
static PerformanceLevel |
PerformanceLevel.SLOW
The level for logging relatively slow events.
|
static PerformanceLevel |
PerformanceLevel.SLOWER
The level for logging only events slower than the ones logged at the
SLOW level. |
static PerformanceLevel |
PerformanceLevel.SLOWEST
The level for logging only slowest events.
|
Modifier and Type | Method and Description |
---|---|
static PerformanceLevel |
PerformanceLevel.forDuration(long duration,
TimeUnit unit)
Returns the level to use for logging an event of the given duration.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.