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

/openjdk7/jdk/src/share/classes/java/util/logging/
H A DSimpleFormatter.java145 if (record.getSourceMethodName() != null) {
146 source += " " + record.getSourceMethodName();
H A DXMLFormatter.java137 if (record.getSourceMethodName() != null) {
139 escape(sb, record.getSourceMethodName());
H A DLogRecord.java46 * first accessed (due to a call on getSourceMethodName or
51 * one of getSourceClassName or getSourceMethodName to force
334 public String getSourceMethodName() { method in class:LogRecord
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXAWTFormatter.java95 if (record.getSourceMethodName() != null) {
97 sb.append(record.getSourceMethodName());
111 if (record.getSourceMethodName() != null) {
113 sb.append(record.getSourceMethodName());
/openjdk7/jdk/test/java/util/logging/
H A DLoggerSubclass.java62 equal(l.getSourceMethodName(), "test");

Completed in 33 milliseconds