CompositeSqlLogger
Class representing one or more SqlLoggers.
Functions
Link copied to clipboard
Performs steps after a transaction is committed.
Link copied to clipboard
open override fun afterExecution(transaction: Transaction, contexts: List<StatementContext>, executedStatement: PreparedStatementApi)
Performs steps after an executedStatement, from the provided contexts, is complete in transaction.
Link copied to clipboard
Performs steps after a rollback operation is issued on a transaction.
Link copied to clipboard
Performs steps after preparedStatement has been created in a transaction, but before the statement has been executed.
Link copied to clipboard
Performs steps before a transaction is committed.
Link copied to clipboard
Performs steps before a statement, from the provided context, is executed in a transaction.
Link copied to clipboard
Performs steps before a rollback operation is issued on a transaction.
Link copied to clipboard
Link copied to clipboard
Determines how a log message is routed.
Link copied to clipboard
Removes an SqlLogger instance.