Home | History | Annotate | Download | only in logging

Lines Matching defs:fine

81  * check of the request level (e.g., SEVERE or FINE) against the
1512 * Log a FINE message.
1514 * If the logger is currently enabled for the FINE message
1520 public void fine(String msg) {
1521 log(Level.FINE, msg);
1624 * Log a FINE message, which is only to be constructed if the logging
1627 * If the logger is currently enabled for the FINE message
1636 public void fine(Supplier<String> msgSupplier) {
1637 log(Level.FINE, msgSupplier);