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.
シングルトンクラスにorg.apache.log4j.Loggerフィールドがあっても大丈夫ですか?複数のスレッド間で共有しているため、同時実行の問題が発生する可能性がありますか?
いいえ、スレッドセーフなので問題はありません (つまり、複数のスレッドが同時にアクセスしても壊れません)。
http://logging.apache.org/log4j/1.2/faq.html#a1.7を参照してください。
いいえ、Logger オブジェクトは複数のスレッドで使用できます。問題はありましたか?