mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
committed by
Andreas Rumpf
parent
e8ad59fdc4
commit
469a7d258c
@@ -46,6 +46,8 @@
|
||||
##
|
||||
## **Warning:** The global list of handlers is a thread var, this means that
|
||||
## the handlers must be re-added in each thread.
|
||||
## **Warning:** When logging on disk or console, only error and fatal messages
|
||||
## are flushed out immediately. Use flushFile() where needed.
|
||||
|
||||
import strutils, times
|
||||
when not defined(js):
|
||||
|
||||
Reference in New Issue
Block a user