Interface JdbcLogger

  • All Known Implementing Classes:
    JulLogger, Slf4jLogger

    public interface JdbcLogger
    The interface defines logging methods for various levels of importance. Implementations of this interface can be used to integrate with different logging frameworks.
    • Method Detail

      • trace

        void trace​(String message)
      • debug

        void debug​(String message)
      • info

        void info​(String message)
      • warn

        void warn​(String message)
      • error

        void error​(String message)