aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2017-03-04 20:29:18 +0000
committerGitHub <noreply@github.com>2017-03-04 20:29:18 +0000
commitc889b1045d9a21ef81edea6d657bfd6bfff53815 (patch)
tree6c23cfa888422b85a4bb2da686628af0e1e7c53c
parent935ffc95fa5c4d9566ebb0fc2102d40e3160e502 (diff)
downloadpackages-c889b1045d9a21ef81edea6d657bfd6bfff53815.tar.gz
packages-c889b1045d9a21ef81edea6d657bfd6bfff53815.zip
Add morelogging library
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index e198c05..562053b 100644
--- a/packages.json
+++ b/packages.json
@@ -6030,5 +6030,20 @@
"description": "Websockets wrapper for nim js backend.",
"license": "MIT",
"web": "http://stisa.space/jswebsockets/"
+ },
+ {
+ "name": "morelogging",
+ "url": "https://github.com/FedericoCeratto/nim-morelogging",
+ "method": "git",
+ "tags": [
+ "log",
+ "logging",
+ "library",
+ "systemd",
+ "journald"
+ ],
+ "description": "Logging library with support for async IO, multithreading, Journald.",
+ "license": "LGPLv3",
+ "web": "https://github.com/FedericoCeratto/nim-morelogging"
}
]