public static interface Logger.LoggerDelegate
void
debug(String tag, String message)
error(String tag, String message)
error(String tag, String message, Throwable exception)
info(String tag, String message)
void error(String tag, String message)
void error(String tag, String message, Throwable exception)
void debug(String tag, String message)
void info(String tag, String message)