Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unixjunkie/dolog
- Owner: UnixJunkie
- License: other
- Created: 2013-03-22T06:05:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T00:26:03.000Z (about 1 year ago)
- Last Synced: 2024-10-15T07:11:14.516Z (about 1 month ago)
- Topics: logger, logging, minimalist, ocaml-library
- Language: OCaml
- Size: 138 KB
- Stars: 37
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
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.