package batteries

  1. Overview
  2. Docs
A community-maintained standard library extension

Install

Dune Dependency

Authors

Maintainers

Sources

v3.3.0.tar.gz
sha256=40d18485911e343500a5636bbf1d84e2ee32f924fe87e5fd13a37641a4d8f226
md5=fe4da12b678a82faaeda4e58492ea871

doc/batteries.unthreaded/BatLog/Make_lev/index.html

Module BatLog.Make_lev

Make your own level-based logger, like Easy

Parameters

module L : Level_sig
module S : Config

Signature

val level : L.t ref
val output : S.t BatIO.output ref
val log : ?fp:string -> L.t -> string -> unit
val logf : ?fp:string -> L.t -> ('a, S.t BatIO.output, unit) format -> 'a
OCaml

Innovation. Community. Security.