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