2023-08-01 23:47:57 +00:00
|
|
|
when not defined(nimscript):
|
|
|
|
import pkg/chronicles
|
2023-03-09 11:23:45 +00:00
|
|
|
|
2023-08-01 23:47:57 +00:00
|
|
|
proc ignoreLogging(level: LogLevel, message: LogOutputStr) =
|
|
|
|
discard
|
2023-03-09 11:23:45 +00:00
|
|
|
|
2023-08-01 23:47:57 +00:00
|
|
|
defaultChroniclesStream.output.writer = ignoreLogging
|
2023-03-16 14:32:09 +00:00
|
|
|
|
2023-08-01 23:47:57 +00:00
|
|
|
{.warning[UnusedImport]:off.}
|
|
|
|
{.used.}
|