Searched defs:e (Results 1 – 2 of 2) sorted by relevance
56 synchronized static public void e(String text, Object... args) { in e() method in TLog77 synchronized static public void e(String text, Throwable e, Object... args) { in e() argument
538 private void logException(String msg, Throwable e) { in logException()