Searched refs:sourceMethodName (Results 1 – 2 of 2) sorted by relevance
107 private String sourceMethodName; field in LogRecord340 return sourceMethodName; in getSourceMethodName()348 public void setSourceMethodName(String sourceMethodName) { in setSourceMethodName() argument349 this.sourceMethodName = sourceMethodName; in setSourceMethodName()
547 String sourceMethodName = null; in getCallerInfo() local574 sourceMethodName = frame.getMethodName(); in getCallerInfo()581 return sourceClassName + " " + sourceMethodName; in getCallerInfo()