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