module Make_lev: functor (L : Level_sig) -> functor (S : Config) -> sig .. end
functor (
L
:
Level_sig
) ->
S
Config
sig
end
Easy
val level : L.t Pervasives.ref
L.t Pervasives.ref
val output : S.t BatIO.output Pervasives.ref
S.t BatIO.output Pervasives.ref
val log : ?fp:string -> L.t -> string -> unit
?fp:string -> L.t -> string -> unit
val logf : ?fp:string -> L.t -> ('a, S.t BatIO.output, unit) Pervasives.format -> 'a
?fp:string -> L.t -> ('a, S.t BatIO.output, unit) Pervasives.format -> 'a