package miou

  1. Overview
  2. Docs
Composable concurrency primitives for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

miou-0.8.0.tbz
sha256=8cc05f77a23680a52a3008d461afed3b210c29c6cccdacd113232c41bab789fa
sha512=61bc945b1c8c15e65b927cae6837d18988d296f5797012acae5d245cc86be41c6fc3cf88ebe82670181acaaa1ed3f3b0648af63f8c768952bf4d834e5fa92bc2

doc/miou/Miou_logs/index.html

Module Miou_logsSource

Sourcetype level =
  1. | App
  2. | Error
  3. | Warning
  4. | Info
  5. | Debug
Sourcetype ('a, 'b) msgf = (?domain:Domain.id -> ?header:string -> ('a, Format.formatter, unit, 'b) format4 -> 'a) -> 'b
Sourceval msg : level -> ('a, unit) msgf -> unit
Sourceval debug : ('a, unit) msgf -> unit
Sourceval err : ('a, unit) msgf -> unit
Sourceval warn : ('a, unit) msgf -> unit
Sourcemodule Make (_ : sig ... end) : sig ... end