package dolog

  1. Overview
  2. Docs
The dumb OCaml logging library

Install

Dune Dependency

Authors

Maintainers

Sources

v4.0.0.tar.gz
md5=71a7dd5872136add1a5254d6e7e362df

Description

Very simple lazy logging library with optional colors.

Published: 26 Sep 2019

README

dolog

Minimalistic lazy logger in OCaml

Dolog was initially created for console applications, has optional coloring of log levels and optional user-defined prefix of log messages (called "sections").

WARNING: dolog uses local time to timestamp messages, NOT GMT.

lib_test/example.ml and lib_test/test.ml are working examples.

Dependencies (3)

  1. base-unix
  2. dune >= "1.11"
  3. ocaml

Dev Dependencies

None

Used by (19)

  1. acpc >= "2.0.0"
  2. bst >= "7.0.1"
  3. clangml-transforms >= "0.24"
  4. daft >= "0.0.3"
  5. hts_shrink >= "2.1.1"
  6. lbvs_consent >= "2.1.1"
  7. linwrap < "9.0.3"
  8. little_logger < "0.3.0"
  9. lz4_chans >= "3.0.0"
  10. molenc >= "5.0.0" & < "15.4.0"
  11. odnnr
  12. omlr
  13. oplsr
  14. oranger >= "2.0.1" & < "2.0.4"
  15. orf
  16. orrandomForest >= "2.0.1"
  17. orsvm_e1071 >= "4.0.0"
  18. pardi >= "2.0.2"
  19. rankers

Conflicts

None