Hello all,
sorry in advance for this (maybe) stupid question.
I've been asked to find a better way to do logging in my company application I've inherited as designer (something like >700 java SE classes badly written, badly documented, ...) and I've just found Spring Framework site after some few readings about AOP.
It seems AOP is a nice way to do logging but... I cannot use Java EE. Is it possible to do AOP logging with Spring Framework using Java SE only?
Thank you very much for any help.


Reply With Quote
