Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为我的服务器写一个记录器。我正在使用该fprintf函数来编写日志文件。
fprintf
如果我的服务器崩溃,则缓冲区无法刷新,因此我无法从缓冲区中获取最后一个文本。
如果我每次都调用fflush函数,这是一个好的解决方案吗?fprintf有什么好的解决方案可以让我的记录器更有效吗?
fflush