Searched defs:sourceMethodName (Results 1 - 1 of 1) 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;

Completed in 707 milliseconds