I’m implementing a logger as an aspect using Spring AOP and Log4J, but I’ve noticed that the class name in log file is always the LoggerAspect class name, so… is there a way to trace the actual class name in my log?
I’m implementing a logger as an aspect using Spring AOP and Log4J, but I’ve
Share
1 Answer