Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/logging/
DSimpleFormatter.java145 if (record.getSourceMethodName() != null) { in format()
146 source += " " + record.getSourceMethodName(); in format()
DXMLFormatter.java138 if (record.getSourceMethodName() != null) { in format()
140 escape(sb, record.getSourceMethodName()); in format()
DLogRecord.java336 public String getSourceMethodName() { in getSourceMethodName() method in LogRecord