Hi,
Many articles mention that aop can use for logging.  When we log something, we 
usually do it inside a method and will log "inner variable".   Aop can do 
something at beforeprocess and afterprocess,  is there any way to log "inner 
variable"?  

public void test(){
    String localString="local";
    Logger.getInstance().log(localString);
}

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862873#3862873

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862873


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to