Jonathan Bernard jdb
  • Joined on 2024-08-11
jdb pushed to main at jdb/js-logging 2025-07-14 20:37:14 +00:00
f33ca24b53 timestamp -> ts; error -> err
jdb pushed tag 2.2.0 to jdb/js-logging 2025-07-14 20:36:00 +00:00
jdb pushed to main at jdb/js-logging 2025-07-14 20:35:59 +00:00
1dd7da1f5c timestamp -> ts; error -> err
jdb pushed to main at jdb/nim-namespaced-logging 2025-07-14 20:28:26 +00:00
f0f0084cfd Changing our mind: message -> msg; timestamp -> ts; error -> err
jdb pushed tag 2.1.0 to jdb/nim-namespaced-logging 2025-07-14 20:28:26 +00:00
jdb pushed to main at jdb/slfmt 2025-07-14 15:31:29 +00:00
45db33bf9e Use system-native linebreaks.
jdb pushed tag 0.2.4 to jdb/slfmt 2025-07-14 15:31:29 +00:00
jdb pushed tag 2.0.3 to jdb/nim-namespaced-logging 2025-07-12 18:20:24 +00:00
jdb pushed to main at jdb/nim-namespaced-logging 2025-07-12 18:20:24 +00:00
bff544ab89 Add convenience methods for setting thresholds.
jdb pushed to main at jdb/fiber-orm-nim 2025-07-12 12:52:35 +00:00
b8c64cc693 Migrate to namespaced_logging v2.
jdb pushed tag 3.2.0 to jdb/fiber-orm-nim 2025-07-12 12:52:35 +00:00
jdb pushed to main at jdb/nim-namespaced-logging 2025-07-12 12:40:50 +00:00
3178c50936 Remove autoconfigured (didn't work as implemented).
1b598fb445 README typo/correction.
Compare 2 commits »
jdb pushed tag 2.0.2 to jdb/nim-namespaced-logging 2025-07-12 12:40:50 +00:00
jdb pushed tag 2.0.0 to jdb/nim-namespaced-logging 2025-07-08 02:48:24 +00:00
jdb pushed tag 2.0.1 to jdb/nim-namespaced-logging 2025-07-08 02:48:00 +00:00
jdb pushed to main at jdb/nim-namespaced-logging 2025-07-08 02:47:59 +00:00
101ac8d869 Bump version.
jdb pushed to main at jdb/nim-namespaced-logging 2025-07-08 02:07:54 +00:00
a4464c7275 Add README examples for autoconfigured use-cases.
49755fa2af Add more unit tests.
b2d43d1c6d StdLoggingAppender - forward logs to std/logging
c22e7edd5d Move autoconfiguration implementation into the main module.
269cc81c82 Rewrite the log procs for better performance.
Compare 5 commits »
jdb pushed to main at jdb/nim-namespaced-logging 2025-07-06 09:21:32 +00:00
1884e07378 Make the README a little more concise.
jdb pushed to main at jdb/nim-namespaced-logging 2025-07-06 09:11:27 +00:00
2f761833bd Use message for structures message contents, not msg.
c4074007b5 Tweaks to README intro.
Compare 2 commits »
jdb pushed to main at jdb/nim-namespaced-logging 2025-07-06 08:23:05 +00:00
05f5c2548c Further edits to README, docs for appender implementations.