LogEvent

doobie.util.log.LogEvent
See theLogEvent companion object
sealed abstract class LogEvent extends Product, Serializable

Algebraic type of events that can be passed to a LogHandler

Attributes

Companion
object
Source
log.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Abstract methods

def label: String

Attributes

Source
log.scala

The query arguments.

The query arguments.

Attributes

Source
log.scala
def sql: String

The complete SQL string as seen by JDBC.

The complete SQL string as seen by JDBC.

Attributes

Source
log.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product