mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-30 08:45:16 +00:00
newFileLogger and newRollingFileLogger have a new bufSize parameter that is used in open(). The default value -1 has the same behavior as before. Use 0 for unbuffered output to log file.