package pplumbing

  1. Overview
  2. Docs
Utility libraries to use with [pp]

Install

Dune Dependency

Authors

Maintainers

Sources

pplumbing-0.0.14.tbz
sha256=ed7eaba180378a59719e9af63ccdc89dde8e0a20f2cba420abb0080b0bc4a868
sha512=f168c37c1acd38c92e5b6d59321da4021195b6ddc49dde82de70e9282b55042621bea1b84a677d57f83604c06d6ee9c790b683fd589cd2097ab8f00c293f56af

doc/pplumbing.err/Err/Level/index.html

Module Err.LevelSource

A level for individual messages (by contrast to the current level of the log).

Seeing how a message of level Quiet would not make sense, this module distinguishes the two types.

Message of levels App are not supported by this library. Consider using Log if interested.

Sourcetype t =
  1. | Error
  2. | Warning
  3. | Info
  4. | Debug
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval all : t list
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval to_string : t -> string

Return an uncapitalized string representing the variant constructor.

OCaml

Innovation. Community. Security.