Package org.soulwing.jdbc.logger
Logging support
This package provides various implementations of the
JdbcLogger interface to allow SQL statements
and bound parameter values to be conveniently logged.
-
Interface Summary Interface Description JdbcLogger A simplified log writer interface for logging SQL statements and bound parameter values. -
Class Summary Class Description FormattingJdbcLogger AJdbcLoggerthat formats SQL statement text before delegating to another logger.JclJdbcLogger AJdbcLoggerthat delegates to a Commons Logging logger.JuliJdbcLogger AJdbcLoggerthat delegates toLogger.Log4j2JdbcLogger AJdbcLoggerthat delegates to a Log4j 2Logger.NullJdbcLogger A singletonJdbcLoggerthat does nothing.PrintWriterJdbcLogger AJdbcLoggerthat delegates to a print stream or print writer.Slf4jJdbcLogger