LogHandler

doobie.util.log.LogHandler
See theLogHandler companion trait
object LogHandler

Module of instances and constructors for LogHandler.

Attributes

Companion
trait
Source
log.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
LogHandler.type

Members list

Grouped members

Constructors

def jdkLogHandler[M[_]](using evidence$1: Sync[M]): LogHandler[M]

A LogHandler that writes a default format to a JDK Logger. This is provided for demonstration purposes and is not intended for production use.

A LogHandler that writes a default format to a JDK Logger. This is provided for demonstration purposes and is not intended for production use.

Attributes

Source
log.scala

Value members

Concrete methods

def noop[M[_]](using evidence$1: Applicative[M]): LogHandler[M]

A LogHandler that doesn't do anything

A LogHandler that doesn't do anything

Attributes

Source
log.scala