public interface CustomLogger
abstract Unit
d(String message)
i(String message)
e(String message, Throwable throwable)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit d(String message)
abstract Unit i(String message)
abstract Unit e(String message, Throwable throwable)