Class Log.JdkLogger

  • Enclosing class:
    Log

    public static class Log.JdkLogger
    extends Log
    • Constructor Detail

      • JdkLogger

        public JdkLogger​(Logger logger)
    • Method Detail

      • isDebugEnabled

        public boolean isDebugEnabled()
        Specified by:
        isDebugEnabled in class Log
      • isInfoEnabled

        public boolean isInfoEnabled()
        Specified by:
        isInfoEnabled in class Log
      • debug

        public void debug​(String s)
        Send the log message to the JDK logger. Using the logp prevents the logger to derive the source class name from the call stack.
        Specified by:
        debug in class Log
      • info

        public void info​(String s)
        Specified by:
        info in class Log
      • warn

        public void warn​(String s)
        Specified by:
        warn in class Log