Added threadlogging (#2742)

This commit is contained in:
Paul Wilde 2023-11-06 01:11:38 +00:00 committed by GitHub
parent 86a6920cac
commit cce50a1346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31812,5 +31812,17 @@
"license": "GPL-3.0-only",
"web": "https://github.com/nirokay/docchanger",
"doc": "https://nirokay.github.io/nim-docs/docchanger/docchanger"
},
{
"name": "threadlogging",
"url": "https://codeberg.org/pswilde/threadlogging",
"method": "git",
"tags": [
"logging",
"threads"
],
"description": "A thread safe logging library using Nim's own logging module",
"license": "AGPL-3.0-or-later",
"web": "https://pswilde.codeberg.page/threadlogging_docs/threadlogging.html"
}
]