If the logger is currently enabled for the FINEST message level then the given message is forwarded to all the registered output Handler objects.
@param msg The string message (or a key in the message catalog)
172173174175176177178179180181182
} int tagLen = tag.length(); //#ifdef DTEST if (debug) { //#ifdef DLOGGING if (finestLoggable){logger.finest("tag,tagLen=" + tag + "," + tagLen);} //#endif } //#endif if (tagLen >= 1) { switch(tag.charAt(0)) {