Why is the logger name "AspectJ Weaver"? How do I specify this in log4j.properties? Could a name consistent with other spring names be used (ie, no spaces in the name, or ...
Apr 13th, 2007, 07:48 AM #1 koray View Profile View Forum Posts Private Message Junior Member Join Date Apr 2007 Posts 8 Logger error Hi; I am using spring for RMI ...
Jul 12th, 2007, 05:50 AM #1 modest View Profile View Forum Posts Private Message Member Join Date Jan 2006 Posts 47 how to suppress Spring logger hi all, is there a ...
Turning off annoying logger informations Hello guys. Could anyone tell me how to turn off logger information during launching an application? I'm telling about those: Code: INFO: No image resource found ...
Using Java Logger with Spring Hi All, I am trying to configure spring to use the native Java logger ( java.util.logging ) for its logging, as I use that logging scheme ...
Hi zhangxin, You can create an EventManger class that implements public class EventManager implements applicationListener,ServletContextAware { if (appEvent instanceof AuthenticationFailureBadCredentialsEvent) { //do auditing } if (appEvent instanceof AuthenticationFailureConcurrentLoginEvent) { //do auditing ...