The client I work for needs add external tracing to java methods using aspect approach. Desired methods should be configured from external configuration file.
Application runs on JBoss
Tracing should print input parameters (even complex data structures) and return value.
Are there any ready open source libraries ?
I can write JBoss interceptor, but it covers only jboss managed beans.