From ce4522a0775933f3b91cb52c79c4cf656f3d9f80 Mon Sep 17 00:00:00 2001 From: Christoph Herzog Date: Tue, 24 Nov 2015 04:46:56 +0100 Subject: [PATCH] Added package nimlog --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index c9536ff..6ba6646 100644 --- a/packages.json +++ b/packages.json @@ -3574,5 +3574,18 @@ "description": "Shaders in Nim.", "license": "MIT", "web": "https://github.com/yglukhov/nimsl" + }, + { + "name": "nimlog", + "url": "https://github.com/theduke/nim-nimlog", + "method": "git", + "tags": [ + "library", + "logging", + "logs" + ], + "description": "Advanced logging library for Nim with structured logging, formatters, filters and writers.", + "license": "MIT", + "web": "https://github.com/theduke/nim-nimlog" } ]