dolog icon indicating copy to clipboard operation
dolog copied to clipboard

A dumb OCaml logger

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.

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

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