Class AvalonLogger

    • Field Detail

      • AVALON_FQCN

        public static final String AVALON_FQCN
    • Constructor Detail

    • Method Detail

      • isDebugEnabled

        public boolean isDebugEnabled()
        Specified by:
        isDebugEnabled in interface org.apache.avalon.framework.logger.Logger
      • isErrorEnabled

        public boolean isErrorEnabled()
        Specified by:
        isErrorEnabled in interface org.apache.avalon.framework.logger.Logger
      • isFatalErrorEnabled

        public boolean isFatalErrorEnabled()
        Specified by:
        isFatalErrorEnabled in interface org.apache.avalon.framework.logger.Logger
      • isInfoEnabled

        public boolean isInfoEnabled()
        Specified by:
        isInfoEnabled in interface org.apache.avalon.framework.logger.Logger
      • isWarnEnabled

        public boolean isWarnEnabled()
        Specified by:
        isWarnEnabled in interface org.apache.avalon.framework.logger.Logger
      • debug

        public void debug​(String string)
        Specified by:
        debug in interface org.apache.avalon.framework.logger.Logger
      • debug

        public void debug​(String string,
                          Throwable throwable)
        Specified by:
        debug in interface org.apache.avalon.framework.logger.Logger
      • info

        public void info​(String string)
        Specified by:
        info in interface org.apache.avalon.framework.logger.Logger
      • info

        public void info​(String string,
                         Throwable throwable)
        Specified by:
        info in interface org.apache.avalon.framework.logger.Logger
      • warn

        public void warn​(String string)
        Specified by:
        warn in interface org.apache.avalon.framework.logger.Logger
      • warn

        public void warn​(String string,
                         Throwable throwable)
        Specified by:
        warn in interface org.apache.avalon.framework.logger.Logger
      • error

        public void error​(String string)
        Specified by:
        error in interface org.apache.avalon.framework.logger.Logger
      • error

        public void error​(String string,
                          Throwable throwable)
        Specified by:
        error in interface org.apache.avalon.framework.logger.Logger
      • fatalError

        public void fatalError​(String string)
        Specified by:
        fatalError in interface org.apache.avalon.framework.logger.Logger
      • fatalError

        public void fatalError​(String string,
                               Throwable throwable)
        Specified by:
        fatalError in interface org.apache.avalon.framework.logger.Logger
      • getChildLogger

        public org.apache.avalon.framework.logger.Logger getChildLogger​(String name)
        Specified by:
        getChildLogger in interface org.apache.avalon.framework.logger.Logger
      • getName

        public String getName()