mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-16 01:45:40 +00:00
7 lines
117 B
Nim
7 lines
117 B
Nim
|
import chronicles
|
||
|
|
||
|
discard defaultChroniclesStream.output.open("mylog.log", fmAppend)
|
||
|
|
||
|
info "log record", prop = 10
|
||
|
|