package dolog

  1. Overview
  2. Docs
The dumb OCaml logging library

Install

Dune Dependency

Authors

Maintainers

Sources

v6.0.0.tar.gz
md5=ff0aebe5f8971886bc96f619ed270826

README.md.html

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.