Commit Graph

38 Commits

Author SHA1 Message Date
Tanguy 2a2681b602
Fix for styleCheck:usages 2021-12-15 10:38:44 +01:00
Ștefan Talpalaru 32e72c2fc9
CI: test with multiple Nim versions (#106)
* CI: test with multiple Nim versions

- plus Nim-1.6 fix
- and enable Windows

* size.nim: halve the number of log lines
2021-11-18 20:04:57 +01:00
Zahary Karadjov 8b1419b4a3
v0.10.1 2021-03-25 09:42:44 +02:00
Zahary Karadjov b60f70718f
v0.10.0 2020-08-15 00:28:51 +03:00
Ștefan Talpalaru 548e46b16d
add milliseconds to default timestamps (#85)
* add milliseconds to default timestamps

* disable the Windows CI

* fiddle with sizes
2020-07-30 23:10:25 +02:00
Zahary Karadjov fc3f2d3755
v0.9.2 2020-05-13 11:25:57 +03:00
Zahary Karadjov af184ae47e
v0.9.1 bugfix: the required topics setting had false negatives 2020-04-28 03:09:04 +03:00
Zahary Karadjov 8be157d013
v0.9.0 Simple helpers for specifying per-topic log levels 2020-04-28 01:37:54 +03:00
Jacek Sieka 9c41783ba5
nim 1.2 2020-04-24 08:52:05 +02:00
Zahary Karadjov 3e7f422f11
v0.8.1 The dynamic log outputs cannot raise exceptions 2020-04-21 16:13:20 +03:00
Zahary Karadjov 114cdccaa0
Fix #60 2020-04-21 02:27:59 +03:00
Giovanni Petrantoni 51c88a4cdb Nimble version bump 2020-04-17 10:17:27 +09:00
Giovanni Petrantoni fb8af46311 nimble version bump/tag 2020-03-27 13:56:22 +09:00
Zahary Karadjov cd74a6f239
Don't use http:// dependencies in Nimble 2020-02-24 15:41:39 +02:00
Andy Davidoff 33e4c2fd6c fixup windows tests per jangko 👍 2020-02-24 13:32:49 +02:00
Andy Davidoff 3917c6a663 update url 2020-02-24 13:32:49 +02:00
Andy Davidoff 1ac38c5a42 remove testutils from chronicles 2020-02-24 13:32:49 +02:00
Zahary Karadjov 80f6ee819b
v0.7.0 Added support for dynamic output devices 2019-10-02 16:28:20 +03:00
Zahary Karadjov fe0c4ab3f8 v0.6.0: Support compiling in JS mode 2019-06-06 20:49:12 +03:00
Ștefan Talpalaru b32c5c2e3d
version bump to 0.5.3 2019-04-25 00:36:22 +02:00
Zahary Karadjov bfaee50373 v0.5.2 Slightly more strict symbol binding 2019-03-28 13:55:13 +02:00
Zahary Karadjov d5f1eae7a8 v0.5.1 2019-03-25 16:22:21 +02:00
Zahary Karadjov 793c8d5370 Finish the thread-safety story by using buffered outputs when necessary 2019-03-25 01:04:49 +02:00
Zahary Karadjov ac1e97cd37 v0.4.1: Fix a false-positive run-time filtering error for statements without a topic 2019-01-21 20:12:31 +02:00
Zahary Karadjov f48bb255c1 Extract chronicles_tail in a separate package; Bump version to 0.4.0 2018-11-10 17:17:55 +02:00
Zahary Karadjov 983cd02513 Replace the compiler dependency with an SQL parser 2018-11-10 15:02:13 +02:00
Surf1nb1rd f929f3005c Implemented the chronicles_tail tool 2018-11-10 15:00:45 +02:00
Zahary Karadjov 05b90e6b6d bump version to 0.3.2 2018-10-21 01:17:32 +03:00
Zahary Karadjov 963b507091 Merge branch 'tests' 2018-10-21 00:44:49 +03:00
Yuriy Glukhov 1d8ef9102a Bumped version to 0.3.1 2018-10-20 19:22:08 +03:00
Zahary Karadjov 94e8e2b2e8 run the new testrunner on 'nimble test' 2018-10-19 18:22:46 +03:00
Zahary Karadjov eaaae4ce7b bump version to v0.3.0 2018-10-03 13:26:42 +03:00
Zahary Karadjov 7d5b45f928 Drop the dependency on Nimble's syslog package 2018-09-16 01:09:22 +03:00
Zahary Karadjov ddbc38cc52 Imlement the syslog output and the Trace log level (Close #26)
Other changes:
* Cosmetic post-review changes
* Fix #15
2018-09-02 01:00:44 +03:00
Zahary Karadjov 559c6b6bad bump version 2018-07-23 13:42:39 +03:00
Zahary Karadjov ff341143fb v0.2.0: Support for specifying the log file paths at run-time
implements #9
2018-06-19 16:01:26 +03:00
Zahary Karadjov 4b95de14c4 fix #3 2018-05-28 12:53:57 +03:00
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