[email protected] wrote: >I don't understand the problem. What is "t5" here?
"t5" is a very simple class whose entire contents are:
import org.apache.log4j.Logger;
public class t5
{
public Logger LOGGER;
public t5() {
LOGGER = Logger.getLogger(Logger.class);
}
}
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

