SYMBOL INDEX (5 symbols across 1 files) FILE: others/Logger.java class Logger (line 5) | public class Logger { method withTag (line 10) | public static Logger withTag(String tag) { method Logger (line 14) | private Logger(String TAG) { method log (line 19) | public Logger log(String message) { method withCause (line 26) | public void withCause(Exception cause) {