Class Logger.JavaLogger

  • All Implemented Interfaces:
    Logger
    Enclosing interface:
    Logger

    public static class Logger.JavaLogger
    extends java.lang.Object
    implements Logger
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.logging.Logger logger  
    • Constructor Summary

      Constructors 
      Constructor Description
      JavaLogger​(java.lang.String tag)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void log​(java.util.logging.Level level, java.lang.String msg)  
      void log​(java.util.logging.Level level, java.lang.String msg, java.lang.Throwable th)  
      • Methods inherited from class java.lang.Object

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

      • logger

        protected final java.util.logging.Logger logger
    • Constructor Detail

      • JavaLogger

        public JavaLogger​(java.lang.String tag)
    • Method Detail

      • log

        public void log​(java.util.logging.Level level,
                        java.lang.String msg)
        Specified by:
        log in interface Logger
      • log

        public void log​(java.util.logging.Level level,
                        java.lang.String msg,
                        java.lang.Throwable th)
        Specified by:
        log in interface Logger