Searched refs:defaultPropertyGetter (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/jdk/internal/logger/
H A DSurrogateLogger.java61 public static String getSimpleFormat(Function<String, String> defaultPropertyGetter) { argument
62 return Formatting.getSimpleFormat(Formatting.JUL_FORMAT_PROP_KEY, defaultPropertyGetter);
H A DSimpleConsoleLogger.java469 static String getSimpleFormat(String key, Function<String, String> defaultPropertyGetter) { argument
490 if (format == null && defaultPropertyGetter != null) {
491 format = defaultPropertyGetter.apply(key);

Completed in 97 milliseconds