Module Kxclib.Log0

module Internals : sig ... end
module LoggingConfig : sig ... end
val logr : ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'b
val log : label:string -> ?modul:string -> ?header_style:[< `Bold | `Italic | `Thin | `Underline ] option -> ?header_color: [< `Black | `Blue | `Bright_black | `Bright_blue | `Bright_cyan | `Bright_green | `Bright_magenta | `Bright_red | `Bright_yellow | `Cyan | `Green | `Magenta | `Red | `White | `Yellow Magenta ] -> ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'b
val verbose : ?modul:string -> ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'b
val info : ?modul:string -> ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'b
val warn : ?modul:string -> ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'b
val debug : ?modul:string -> ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'b
val error : ?modul:string -> ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'b
module Pervasives : sig ... end