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にパッケージを設定できます。MyPck
INFO
MyPck
log4j.logger.MyPck=INFO,debugLogFile
パッケージ単位ではなく、クラス単位で閾値を設定することはできますか? 何かのようなもの :
log4j.logger.MyPck.MyClass=INFO,debugLogFile