Class Slf4jImpl

  • All Implemented Interfaces:
    Log

    public class Slf4jImpl
    extends Object
    implements Log
    Author:
    Clinton Begin, Eduardo Macarron
    • Constructor Detail

      • Slf4jImpl

        public Slf4jImpl​(String clazz)
    • 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​(String s)
        Specified by:
        error in interface Log
      • debug

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

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

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