Module type Docout.LOGGER_CONFIGURATION

module type LOGGER_CONFIGURATION = sig .. end


The input type for Docout.Make_logger.
type ('a, 'b) result 
The potential result of Docout.LOGGER_CONFIGURATION.print_string
val debug_level : unit -> int
val with_color : unit -> bool
val line_width : int
val indent : int
val print_string : string -> (unit, 'b) result
val do_nothing : unit -> (unit, 'b) result
val name : string