Bos_setup.Logsinclude module type of struct include Logs endval level : unit -> level optionval set_level : ?all:bool -> level option -> unitval pp_level : Stdlib.Format.formatter -> level -> unitval level_to_string : level option -> stringval level_of_string : string -> (level option, [ `Msg of string ]) Stdlib.resultval default : srctype !'a log = ('a, unit) msgf -> unitmodule type LOG = sig ... endval nop_reporter : reporterval reporter : unit -> reporterval set_reporter : reporter -> unitval pp_header : Stdlib.Format.formatter -> (level * string option) -> unit