Module Sstt_main.Output

type msg_kind =
  1. | Error
  2. | Warning
  3. | Info
  4. | Msg
  5. | Log of int
val print : msg_kind -> ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'a
val with_basic_output : Stdlib.Format.formatter -> ('a -> 'b) -> 'a -> 'b
val with_rich_output : Stdlib.Format.formatter -> ('a -> 'b) -> 'a -> 'b