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

/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLogRecord.java108 private String sourceMethodName; field in class:LogRecord
323 * Note that this sourceMethodName is not verified and may be spoofed.
338 return sourceMethodName;
344 * @param sourceMethodName the source method name (may be null)
346 public void setSourceMethodName(String sourceMethodName) { argument
347 this.sourceMethodName = sourceMethodName;
/openjdk7/jdk/src/share/classes/sun/util/logging/
H A DPlatformLogger.java582 String sourceMethodName = null;
605 sourceMethodName = frame.getMethodName();
612 return sourceClassName + " " + sourceMethodName;

Completed in 31 milliseconds