Log a message at the FINEST level. @param msg the message.
(String msg)
| 318 | * @param msg the message. |
| 319 | */ |
| 320 | public void finest(String msg) { |
| 321 | log(Level.FINEST, msg); |
| 322 | } |
| 323 | |
| 324 | /** |
| 325 | * If "debug" is set, or our embedded Logger is loggable at the |
no test coverage detected