Log4j
(または他のロガー)を設定する方法を探しています。これは、SpringがBeanを作成するかBeanプロパティを設定するたびにログに表示されるようにするためです。例えば。ロギングSpring Beanの作成/依存性注入
1:00:00 Creating bean Foo ([email protected])
1:00:01 Creating bean Bar ([email protected])
1:00:02 Setting bean Foo ([email protected]) to Bar ([email protected])
(...)
これは簡単に可能ですか?私はSpring 2.5.6
(選択肢がありません:/)とLog4j
(私は期待していません)を使用しています。
org.springframework。* =すべてが、WebSphereデプロイメントでこのトリックを行った –