Package 

Class Logger

  • All Implemented Interfaces:

    
    public abstract class Logger
    
                        

    Analogous to an appender from Logback or log4j.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Logger()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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