after looking into JBAOP-623 ive changed our logger to something similar to what messaging got. i havent changed the logic for when we apply our own logger (which is SystemOutLoggerPlugin), and the problem that i see is that its not applied at all when aop is running standalone.
when i run in "verbose" mode standalone i usually get:
[java] log4j:WARN No appenders could be found for logger (org.jboss.aop.instrument.InstrumentorFactory). [java] log4j:WARN Please initialize the log4j system properly.
ill just end up checking if the actual delegateplugin is NullLoggerPlugin. if it is we'll use our own SystemLoggerPlugin.
- and ill change all the:
if(AspecteManager.verbose) { System.err.println("blabla"); }