org.jboss.test.aop.bean
Class LogUtil

java.lang.Object
  extended byorg.jboss.test.aop.bean.LogUtil

public class LogUtil
extends java.lang.Object


Field Summary
 java.lang.String lastLog
          For testing
 
Constructor Summary
LogUtil()
           
 
Method Summary
 void log(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lastLog

public java.lang.String lastLog
For testing

Constructor Detail

LogUtil

public LogUtil()
Method Detail

log

public void log(java.lang.String message)