Parameter MakeLogging.1-H

type t

Type of a handler

Applies the handler to a log_item

val apply : t -> Easy_logging__.Logging_types.log_item -> unit

Applies the handler to a log_item

type desc

Type used to instantiate a handler

type config
val default_config : config

default configuration used to instantiate handlers

val make : ?⁠config:config -> desc -> t

Instantiates a handler