public void w(String message, Throwable throwable) { Log.w(tag(), message, throwable); }
public void w(String message) { Log.w(tag(), message); }