Package 

Interface Logger

    • Method Summary

      Modifier and Type Method Description
      abstract Unit log(String tag, Integer priority, String message, Throwable throwable) Write message and/or throwable to a logging destination.
      abstract Integer getLevel() The minimum level for this logger to log.
      abstract Unit setLevel(Integer level) The minimum level for this logger to log.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait