Module Logs.Profile

Information on the current printing profile, to know what capabilities the current output channel has.

type t = {
  1. color : bool;
    (*

    Whether colored output can be used.

    *)
  2. utf8 : bool;
    (*

    Whether UTF-8 output can be used.

    *)
}
val get : unit -> t

Returns the current printing profile.