Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 308 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 308 Bytes

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.