Searched refs:getThrown (Results 1 – 3 of 3) sorted by relevance
153 if (record.getThrown() != null) { in format()157 record.getThrown().printStackTrace(pw); in format()
193 if (record.getThrown() != null) { in format()195 Throwable th = record.getThrown(); in format()
445 public Throwable getThrown() { in getThrown() method in LogRecord