Class Log4j2AbstractLoggerImpl

  • All Implemented Interfaces:
    Log

    public class Log4j2AbstractLoggerImpl
    extends java.lang.Object
    implements Log
    Author:
    Eduardo Macarron
    • Constructor Summary

      Constructors 
      Constructor Description
      Log4j2AbstractLoggerImpl​(org.apache.logging.log4j.spi.AbstractLogger abstractLogger)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void debug​(java.lang.String s)  
      void error​(java.lang.String s)  
      void error​(java.lang.String s, java.lang.Throwable e)  
      boolean isDebugEnabled()  
      boolean isTraceEnabled()  
      void trace​(java.lang.String s)  
      void warn​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • Log4j2AbstractLoggerImpl

        public Log4j2AbstractLoggerImpl​(org.apache.logging.log4j.spi.AbstractLogger abstractLogger)
    • Method Detail

      • isDebugEnabled

        public boolean isDebugEnabled()
        Specified by:
        isDebugEnabled in interface Log
      • isTraceEnabled

        public boolean isTraceEnabled()
        Specified by:
        isTraceEnabled in interface Log
      • error

        public void error​(java.lang.String s,
                          java.lang.Throwable e)
        Specified by:
        error in interface Log
      • error

        public void error​(java.lang.String s)
        Specified by:
        error in interface Log
      • debug

        public void debug​(java.lang.String s)
        Specified by:
        debug in interface Log
      • trace

        public void trace​(java.lang.String s)
        Specified by:
        trace in interface Log
      • warn

        public void warn​(java.lang.String s)
        Specified by:
        warn in interface Log