Skip to content

UnixJunkie/dolog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.