Searched refs:formatMessage (Results 1 - 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/util/logging/
H A DFormatter.java56 * It is recommended to use the {@link Formatter#formatMessage}
113 public synchronized String formatMessage(LogRecord record) { method in class:Formatter
H A DSimpleFormatter.java90 * returned from the {@link Formatter#formatMessage(LogRecord)}
134 * It is recommended to use the {@link Formatter#formatMessage}
151 String message = formatMessage(record);
H A DXMLFormatter.java99 * It is recommended to use the {@link Formatter#formatMessage}
150 String message = formatMessage(record);
/libcore/luni/src/test/java/libcore/java/util/logging/
H A DOldFormatterTest.java66 assertEquals(pattern, f.formatMessage(r));
/libcore/ojluni/src/main/java/sun/util/logging/
H A DPlatformLogger.java478 String newMsg = formatMessage(msg, params);
493 // Copied from java.util.logging.Formatter.formatMessage
494 private String formatMessage(String format, Object... parameters) { method in class:PlatformLogger.DefaultLoggerProxy

Completed in 85 milliseconds