Logs.Format
include sig ... end
val log :
Level.t ->
('a, FormatKind.b, FormatKind.c, unit) Stdlib.format4 ->
'a
val debug : ('a, FormatKind.b, FormatKind.c, unit) Stdlib.format4 -> 'b
val info : ('a, FormatKind.b, FormatKind.c, unit) Stdlib.format4 -> 'b
val warn : ('a, FormatKind.b, FormatKind.c, unit) Stdlib.format4 -> 'b
val error : ('a, FormatKind.b, FormatKind.c, unit) Stdlib.format4 -> 'b
val result :
('a, Stdlib.Format.formatter, FormatKind.c, unit) Stdlib.format4 ->
'b