Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unixjunkie/dolog

A dumb OCaml logger
https://github.com/unixjunkie/dolog

logger logging minimalist ocaml-library

Last synced: 23 days ago
JSON representation

A dumb OCaml logger

Awesome Lists containing this project

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.

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

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