Add warning about log flushing. Related to #3269 (#5424)

This commit is contained in:
Federico Ceratto
2017-02-24 14:58:02 +00:00
committed by Andreas Rumpf
parent e8ad59fdc4
commit 469a7d258c

View File

@@ -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):