ldbc.sql.logging

Members list

Type members

Classlikes

sealed trait LogEvent

copied from doobie: https://github.com/tpolecat/doobie/blob/main/modules/free/src/main/scala/doobie/util/log.scala#L22

copied from doobie: https://github.com/tpolecat/doobie/blob/main/modules/free/src/main/scala/doobie/util/log.scala#L22

Algebraic type of events that can be passed to a LogHandler, both parameterized by the argument type of the SQL input parameters (this is typically an HList).

Attributes

Companion
object
Source
LogEvent.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object LogEvent

Attributes

Companion
trait
Source
LogEvent.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
LogEvent.type
trait LogHandler[F[_]]

copied from doobie: https://github.com/tpolecat/doobie/blob/main/modules/free/src/main/scala/doobie/util/log.scala#L42

copied from doobie: https://github.com/tpolecat/doobie/blob/main/modules/free/src/main/scala/doobie/util/log.scala#L42

Provides additional processing for Doobie LogEvents.

Attributes

Source
LogHandler.scala
Supertypes
class Object
trait Matchable
class Any