nim-chronicles/tests
Zahary Karadjov c9c7666cd5 Initial version of the library
Implemented:

* basic features for logging with severity levels
* lexically scoped properties
* dynamically scoped properties
* 3 output formats (textline, textblock and json)
* optional timestamps

To-do:

* compile-time filtering of certaiin topics and severity
  levels (potentially removing all logging)
* optional run-time filtering
* specification of the log outputs/formats through a define
* colorful output in the terminal
* documentation
2018-04-25 23:08:27 +03:00
..
all.nim Initial version of the library 2018-04-25 23:08:27 +03:00
dynamic_scopes.nim Initial version of the library 2018-04-25 23:08:27 +03:00
lexical_scopes.nim Initial version of the library 2018-04-25 23:08:27 +03:00