Rename module to 'nimlog' to prevent clashing with std/logging

This commit is contained in:
Gustavo Cordova Avila
2024-04-12 13:45:36 -07:00
parent a94ac79946
commit d8b23b3dfd
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"})