Skip to content

Commit

Permalink
Added threadlogging (#2742)
Browse files Browse the repository at this point in the history
  • Loading branch information
pswilde authored Nov 6, 2023
1 parent 86a6920 commit cce50a1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit cce50a1

Please sign in to comment.