Home
last modified time | relevance | path

Searched refs:newMsg (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/util/logging/
DPlatformLogger.java478 String newMsg = formatMessage(msg, params); in doLog() local
479 outputStream().print(format(level, newMsg, null)); in doLog()