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.
メソッド (info、warn、debug ...) が呼び出されたときに別のスレッドで実行されるようにログ クラスまたはライブラリを実装した場合、コードはより高速に実行されますか?
はいの場合、slf4j、log4j、またはその他の一般的なライブラリはこれを行いますか?
Log4j は Appender の種類に応じて別のスレッドを使用します。ほとんどの場合、FileAppender が使用され、追加のスレッドは必要ありません。
また、スレッド化の問題を実際に経験していない限り、別のスレッドでログを使用することはお勧めしません。