public abstract class Logger
Analogous to an appender from Logback or log4j.
Logger()
final Unit
log(Log.Level level, String tag, String message, Throwable throwable)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Unit log(Log.Level level, String tag, String message, Throwable throwable)
Logs the given message at the given level if the level is allowed.