Patch to log method entries and exits.
Brought to you by:
ivan_r_moore,
mpcooke3
This patch uses jdk1.4 logging to log when methods are
entered and exited to make the debugging of tests and
tested code easier. All exit points are logged, including
exceptions. Unfortunatly though I didn't have time to
make this a configurable option.
The build.xml patch # 617504 is also part of this patch.
shez@molions.com