LogHandler

ldbc.dsl.logging.LogHandler
See theLogHandler companion trait
object LogHandler

Attributes

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

Members list

Value members

Concrete methods

def consoleLogger[F[_] : Sync]: LogHandler[F]

LogHandler for simple log output using Console.

LogHandler for simple log output using Console.

In a production environment, it is recommended to use a customized LogHandler using log4j, etc. instead of this one.

Type parameters

F

The effect type

Attributes

Source
LogHandler.scala