soteria
Logs.Profile
Information on the current printing profile, to know what capabilities the current output channel has.
ppx_symex
type t = {
color : bool;
Whether colored output can be used.
utf8 : bool;
Whether UTF-8 output can be used.
}
val get : unit -> t
Returns the current printing profile.