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

/libcore/ojluni/src/main/java/java/util/logging/
H A DLogRecord.java107 private String sourceMethodName; field in class:LogRecord
325 * Note that this sourceMethodName is not verified and may be spoofed.
340 return sourceMethodName;
346 * @param sourceMethodName the source method name (may be null)
348 public void setSourceMethodName(String sourceMethodName) { argument
349 this.sourceMethodName = sourceMethodName;

Completed in 41 milliseconds