ent.
>
> https://issues.apache.org/bugzilla/show_bug.cgi?id=43277
>
>
> On Aug 20, 2009, at 9:11 AM, v2cg4ss wrote:
>
>>
>> In the java.util.logging.Logger class there are multiple methods to
>> trace
>> entering and exiting a method, we have used those method
In the java.util.logging.Logger class there are multiple methods to trace
entering and exiting a method, we have used those methods in our code. We
are trying to convert to log4j but I have not been able to find an
equivalent set of methods.
Object[] values = new Object[3];
values[0] = aReply;
v