Searched refs:getSourceMethodName (Results 1 – 3 of 3) sorted by relevance
145 if (record.getSourceMethodName() != null) { in format()146 source += " " + record.getSourceMethodName(); in format()
138 if (record.getSourceMethodName() != null) { in format()140 escape(sb, record.getSourceMethodName()); in format()
336 public String getSourceMethodName() { in getSourceMethodName() method in LogRecord