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 AJdbcLogger
that formats SQL statement text before delegating to another logger.JclJdbcLogger AJdbcLogger
that delegates to a Commons Logging logger.JuliJdbcLogger AJdbcLogger
that delegates toLogger
.Log4j2JdbcLogger AJdbcLogger
that delegates to a Log4j 2Logger
.NullJdbcLogger A singletonJdbcLogger
that does nothing.PrintWriterJdbcLogger AJdbcLogger
that delegates to a print stream or print writer.Slf4jJdbcLogger