1 Commits

Author SHA1 Message Date
Gustavo Cordova Avila
d8b23b3dfd Rename module to 'nimlog' to prevent clashing with std/logging 2024-04-12 13:45:36 -07:00
3 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Package
version = "1.1.1"
version = "1.2.0"
author = "Gustavo Cordova Avila"
description = "Simple logging module"
license = "Apache-2.0"

View File

@@ -1,5 +1,5 @@
import unittest
import ../src/logging
import nimlog
test "Emit logging messages":
var log = getLogger("main", {"extra1": "one", "extra2": "two"})