package dolog

  1. Overview
  2. Docs
The dumb OCaml logging library

Install

Dune Dependency

Authors

Maintainers

Sources

v6.0.0.tar.gz
md5=ff0aebe5f8971886bc96f619ed270826

Description

Very simple lazy logging library with optional colors.

Published: 23 Dec 2020

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. acp4
  2. acpc >= "2.0.0"
  3. bst >= "7.0.1"
  4. daft >= "0.0.4"
  5. fasmifra
  6. hts_shrink >= "3.0.1"
  7. lbvs_consent >= "2.1.2"
  8. linwrap >= "9.0.3"
  9. little_logger < "0.3.0"
  10. lz4_chans >= "3.0.1"
  11. molenc >= "15.4.0"
  12. oplsr >= "8.0.1"
  13. oranger >= "2.0.4"
  14. orf
  15. orrandomForest >= "2.0.1"
  16. orsvm_e1071 >= "4.0.0"
  17. pardi >= "3.2.0"
  18. rankers >= "2.0.7"
  19. svmwrap

Conflicts

None