should use fwrite not fputs
weissi opened this issue · 2 comments
weissi commented
swift-log/Sources/Logging/Logging.swift
Line 828 in 12d3a86
We should use fwrite
and not fputs
here... Usually doesn't matter unless we print a 0 byte which could be a hard to debug thing if we lose everything after the 0 byte with fputs
.
himanshu007-creator commented
Please close this issue