I configured aop to do method logging in applicationContext.xml. What I observed is this logging is working only for Spring Beans. Is this an expected behaviour? To make logging work, should I make all my classes as spring beans?
Any references help me. Thanks.
Any references help me. Thanks.
Comment