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.
ファイルへの出力リダイレクトで FileAppender を使用する場合と ConsoleAppender を使用する場合のパフォーマンスに違いはありますか?
ConsoleAppender は最初に「描画」してからディスクに書き込む必要があるため、最初は FileAppender の方が高速であると思われます。
誰かが私の理解を確認できますか?