Class Log.Logger

  • Enclosing class:
    Log

    public static class Log.Logger
    extends java.lang.Object
    Performs the actual logging. Default implementation logs to System.out. Extended and use Log.logger set to handle logging differently.
    • Constructor Summary

      Constructors 
      Constructor Description
      Logger()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void log​(int level, java.lang.String category, java.lang.String message, java.lang.Throwable ex)  
      protected void print​(java.lang.String message)
      Prints the message to System.out.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Logger

        public Logger()
    • Method Detail

      • log

        public void log​(int level,
                        java.lang.String category,
                        java.lang.String message,
                        java.lang.Throwable ex)