JdbcLogging

object JdbcLogging extends StrictLogging with SqlTracer
trait SqlTracer
trait StrictLogging
class Object
trait Matchable
class Any

Value members

Concrete methods

override def logExecute(method: String, sql: String, batches: Int, err: Option[Throwable], startTimeNs: Long, endTimeNs: Long): Unit
Definition Classes

Inherited methods

final def compose(inner: SqlTracer): SqlTracer
Inherited from:
SqlTracer
final def execute[@specialized(Boolean, Int, Long) A](method: String, sql: String, batches: Int, run: () => A): A
Inherited from:
SqlTracer
final def inject(ds: DataSource): DataSource
Inherited from:
SqlTracer

Inherited fields

protected val logger: Logger
Inherited from:
StrictLogging