com.ibm.broker.config.proxy

Class JettyLogger

  • java.lang.Object
    • com.ibm.broker.config.proxy.JettyLogger
  • All Implemented Interfaces:
    org.eclipse.jetty.util.log.Logger


    public class JettyLogger
    extends java.lang.Object
    implements org.eclipse.jetty.util.log.Logger
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String iName 
    • Constructor Summary

      Constructors 
      Constructor and Description
      JettyLogger() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void debug(java.lang.String message, java.lang.Object... objects) 
      void debug(java.lang.String message, java.lang.Throwable throwable) 
      void debug(java.lang.Throwable throwable) 
      org.eclipse.jetty.util.log.Logger getLogger(java.lang.String name) 
      java.lang.String getName() 
      void ignore(java.lang.Throwable throwable) 
      void info(java.lang.String message, java.lang.Object... objects) 
      void info(java.lang.String message, java.lang.Throwable throwable) 
      void info(java.lang.Throwable throwable) 
      boolean isDebugEnabled() 
      void setDebugEnabled(boolean arg0) 
      void warn(java.lang.String message, java.lang.Object... objects) 
      void warn(java.lang.String message, java.lang.Throwable throwable) 
      void warn(java.lang.Throwable throwable) 
      • Methods inherited from class java.lang.Object

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

      • iName

        public java.lang.String iName
    • Constructor Detail

      • JettyLogger

        public JettyLogger()
    • Method Detail

      • debug

        public void debug(java.lang.Throwable throwable)
        Specified by:
        debug in interface org.eclipse.jetty.util.log.Logger
      • debug

        public void debug(java.lang.String message,
                          java.lang.Object... objects)
        Specified by:
        debug in interface org.eclipse.jetty.util.log.Logger
      • debug

        public void debug(java.lang.String message,
                          java.lang.Throwable throwable)
        Specified by:
        debug in interface org.eclipse.jetty.util.log.Logger
      • getLogger

        public org.eclipse.jetty.util.log.Logger getLogger(java.lang.String name)
        Specified by:
        getLogger in interface org.eclipse.jetty.util.log.Logger
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface org.eclipse.jetty.util.log.Logger
      • ignore

        public void ignore(java.lang.Throwable throwable)
        Specified by:
        ignore in interface org.eclipse.jetty.util.log.Logger
      • info

        public void info(java.lang.Throwable throwable)
        Specified by:
        info in interface org.eclipse.jetty.util.log.Logger
      • info

        public void info(java.lang.String message,
                         java.lang.Object... objects)
        Specified by:
        info in interface org.eclipse.jetty.util.log.Logger
      • info

        public void info(java.lang.String message,
                         java.lang.Throwable throwable)
        Specified by:
        info in interface org.eclipse.jetty.util.log.Logger
      • isDebugEnabled

        public boolean isDebugEnabled()
        Specified by:
        isDebugEnabled in interface org.eclipse.jetty.util.log.Logger
      • setDebugEnabled

        public void setDebugEnabled(boolean arg0)
        Specified by:
        setDebugEnabled in interface org.eclipse.jetty.util.log.Logger
      • warn

        public void warn(java.lang.Throwable throwable)
        Specified by:
        warn in interface org.eclipse.jetty.util.log.Logger
      • warn

        public void warn(java.lang.String message,
                         java.lang.Object... objects)
        Specified by:
        warn in interface org.eclipse.jetty.util.log.Logger
      • warn

        public void warn(java.lang.String message,
                         java.lang.Throwable throwable)
        Specified by:
        warn in interface org.eclipse.jetty.util.log.Logger