Class Slf4jLogger

  • All Implemented Interfaces:
    JdbcLogger

    public class Slf4jLogger
    extends Object
    implements JdbcLogger
    The Slf4jLogger class implements the JdbcLogger interface, providing an SLF4J-based logging solution.
    • Field Detail

      • logger

        protected org.slf4j.Logger logger
    • Constructor Detail

      • Slf4jLogger

        public Slf4jLogger​(Class<?> clazz)
        Constructs a new Slf4jLogger object with the specified class.
      • Slf4jLogger

        public Slf4jLogger​(String name)
        Constructs a new Slf4jLogger object with the specified name.