Lines Matching defs:FINE
48 * <li>FINE
137 * FINE is a message level providing tracing information.
139 * All of FINE, FINER, and FINEST are intended for relatively
143 * less detailed output, and FINE for the lowest volume (and
146 * In general the FINE level should be used for information
150 * FINE messages might include things like minor (recoverable)
152 * are also worth logging as FINE.
155 public static final Level FINE = new Level("FINE", 500, defaultBundle);
368 * Known names are the levels defined by this class (e.g., <CODE>FINE</CODE>,