Uses of Interface
org.soulwing.jdbc.logger.JdbcLogger
-
Packages that use JdbcLogger Package Description org.soulwing.jdbc JDBC facade and supporting classesorg.soulwing.jdbc.logger Logging support -
-
Uses of JdbcLogger in org.soulwing.jdbc
Methods in org.soulwing.jdbc with parameters of type JdbcLogger Modifier and Type Method Description voidFluentJdbc. setLogger(JdbcLogger logger)Sets the logger to use for SQL statement logging. -
Uses of JdbcLogger in org.soulwing.jdbc.logger
Classes in org.soulwing.jdbc.logger that implement JdbcLogger Modifier and Type Class Description classFormattingJdbcLoggerAJdbcLoggerthat formats SQL statement text before delegating to another logger.classJclJdbcLoggerAJdbcLoggerthat delegates to a Commons Logging logger.classJuliJdbcLoggerAJdbcLoggerthat delegates toLogger.classLog4j2JdbcLoggerAJdbcLoggerthat delegates to a Log4j 2Logger.classNullJdbcLoggerA singletonJdbcLoggerthat does nothing.classPrintWriterJdbcLoggerAJdbcLoggerthat delegates to a print stream or print writer.classSlf4jJdbcLoggerConstructors in org.soulwing.jdbc.logger with parameters of type JdbcLogger Constructor Description FormattingJdbcLogger(JdbcLogger delegate)Constructs a new instance that usesSimpleSQLFormatter.FormattingJdbcLogger(JdbcLogger delegate, SQLFormatter formatter)Constructs a new instance.
-