ldbc.sql.logging
package ldbc.sql.logging
Members list
Type members
Classlikes
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 Objecttrait Matchableclass Any
- Known subtypes
object LogEvent
Attributes
- Companion
- trait
- Source
- LogEvent.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
LogEvent.type
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 LogEvent
s.
Attributes
- Source
- LogHandler.scala
- Supertypes
-
class Objecttrait Matchableclass Any
In this article