public interface Logger
Unit
trace(String message, Throwable throwable)
info(String message, Throwable throwable)
warn(String message, Throwable throwable)
abstract Unit
log(LogLevel level, String message, Throwable throwable)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Unit trace(String message, Throwable throwable)
Unit info(String message, Throwable throwable)
Unit warn(String message, Throwable throwable)
abstract Unit log(LogLevel level, String message, Throwable throwable)