Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
The module Legacy_logging
replaces the previous Logging.Make_*
functors by injecting the non-structured logs into the event-logging framework. Please do not use for new modules.
module type LOG = sig ... end
type ('a, 'b) msgf =
(('a, Stdlib.Format.formatter, unit, 'b) Stdlib.format4 ->
?tags:Tezos_stdlib.Tag.set ->
'a) ->
?tags:Tezos_stdlib.Tag.set ->
'b
type ('a, 'b) log = ('a, 'b) msgf -> 'b
module type SEMLOG = sig ... end
module Make_semantic (_ : sig ... end) : sig ... end