mirror of
https://github.com/codex-storage/nim-codex-dht.git
synced 2025-02-12 11:56:56 +00:00
add logscope
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
f58f8cbade
commit
eb74441394
@ -11,6 +11,9 @@ import
|
||||
chronos,
|
||||
chronicles
|
||||
|
||||
logScope:
|
||||
topics = "ChronoSim"
|
||||
|
||||
when(true): #enable network emulator
|
||||
type
|
||||
DatagramCallback* = proc(transp: DatagramTransport,
|
||||
|
Loading…
x
Reference in New Issue
Block a user