Bos_setup.Logs
include module type of struct include Logs end
val level : unit -> level option
val set_level : ?all:bool -> level option -> unit
val pp_level : Stdlib.Format.formatter -> level -> unit
val level_to_string : level option -> string
val level_of_string : string -> (level option, [ `Msg of string ]) Stdlib.result
val default : src
type !'a log = ('a, unit) msgf -> unit
module type LOG = sig ... end
val nop_reporter : reporter
val reporter : unit -> reporter
val set_reporter : reporter -> unit
val pp_header : Stdlib.Format.formatter -> (level * string option) -> unit