SqlLogger

fun interface SqlLogger(source)

SQLite SQL logging interface.

Functions

Link copied to clipboard
abstract fun log(connection: DatabaseConnection, event: SqliteSqlLogEvent)

Details on parameters can be found here.