Package 

Interface Logger

    • Method Summary

      Modifier and Type Method Description
      abstract Unit log(String logMsg)
      abstract Unit log(Throwable throwable)
      abstract Unit error(String errorMsg)
      abstract Unit error(Throwable throwable)
      • Methods inherited from class java.lang.Object

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