Package 

Class Logger


  • 
    public abstract class Logger
    
                        

    Analogous to an appender from Logback or log4j.

    • Constructor Summary

      Constructors 
      Constructor Description
      Logger()
    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

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