package mopsa

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Utils_core.DebugSource

Debug - Conditional debugging with channel filtering.

Sourceval channels : Str.regexp list Stdlib.ref
Sourceval print_warnings : bool Stdlib.ref
Sourceval print_color : bool Stdlib.ref
Sourceval print_all : bool Stdlib.ref
Sourceval white : int
Sourceval red : int
Sourceval green : int
Sourceval yellow : int
Sourceval blue : int
Sourceval magenta : int
Sourceval fushia : int
Sourceval orange : int
Sourceval teal : int
Sourceval gray : int
Sourceval pink : int
Sourceval add_channel : string -> unit
Sourceval parse : string -> unit
Sourceval set_channels : string -> unit
Sourceval can_print : string -> bool
Sourceval random_color : 'a -> int

Gives a random map of channel colors

Sourceval color : int -> (Stdlib.Format.formatter -> 'a -> unit) -> Stdlib.Format.formatter -> 'a -> unit
Sourceval color_str : int -> Stdlib.Format.formatter -> string -> unit
Sourceval bold : (Stdlib.Format.formatter -> 'a -> unit) -> Stdlib.Format.formatter -> 'a -> unit
Sourceval pp_channel : Stdlib.Format.formatter -> string -> unit
Sourceval pp_channel_with_time : 'a -> string -> unit
Sourceval debug : ?channel:string -> ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'a
Sourceval info : ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'a
Sourceval plurial_list : Stdlib.Format.formatter -> 'a list -> unit
Sourceval plurial_int : Stdlib.Format.formatter -> int -> unit
Sourceval panic : ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'a
Sourceval panic_at : Location.range -> ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'a
Sourceval warn : ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'a
Sourceval warn_at : Location.range -> ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'a
Sourceval terminal_has_colors : unit -> bool
OCaml

Innovation. Community. Security.