Searched defs:FINEST (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/logging/
H A DLogger.java114 * All of FINE, FINER, and FINEST are intended for relatively
116 * vary between subsystems, but in general, FINEST should be used
139 * FINEST indicates a highly detailed tracing message
141 public static final int FINEST = 300; field in interface:Logger
149 * log level FINE, FINER, or FINEST. If the log message is expensive to construct,
153 * @return if FINE, FINER, or FINEST is currently being logged
512 * Log a FINEST message.
514 * If the logger is currently enabled for the FINEST message
523 * Log a FINEST message.
525 * If the logger is currently enabled for the FINEST messag
[all...]

Completed in 1694 milliseconds