Class Log4J2Log

  • All Implemented Interfaces:
    org.eclipse.jetty.util.log.Logger

    public final class Log4J2Log
    extends org.eclipse.jetty.util.log.AbstractLogger
    • Constructor Detail

      • Log4J2Log

        public Log4J2Log()
    • Method Detail

      • getName

        public String getName()
      • warn

        public void warn​(Throwable thrown)
      • info

        public void info​(Throwable thrown)
      • debug

        public void debug​(String msg,
                          Object... args)
      • debug

        public void debug​(Throwable thrown)
      • isDebugEnabled

        public boolean isDebugEnabled()
      • setDebugEnabled

        public void setDebugEnabled​(boolean enabled)
      • newLogger

        protected org.eclipse.jetty.util.log.Logger newLogger​(String fullname)
        Specified by:
        newLogger in class org.eclipse.jetty.util.log.AbstractLogger
      • ignore

        public void ignore​(Throwable ignored)