You can search for identifiers within the package.
in-package search v0.2.0
type t
Type of a handler
Applies the handler to a log_item
log_item
val apply : t -> Easy_logging__.Logging_types.log_item -> unit
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