Class Log4jImpl

  • All Implemented Interfaces:
    Log

    @Deprecated
    public class Log4jImpl
    extends Object
    implements Log
    Deprecated.
    Since 3.5.9 - See https://github.com/mybatis/mybatis-3/issues/1223. This class will remove future.
    Author:
    Eduardo Macarron
    • Constructor Detail

      • Log4jImpl

        public Log4jImpl​(String clazz)
        Deprecated.
    • Method Detail

      • isDebugEnabled

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

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

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

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

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

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