From: Viner, D. <dv...@ya...> - 2004-07-09 23:08:01
|
Hi, from reading the perldoc page, I noticed that I can modify the value of $Log::Log4perl::caller_depth if I use the logger from a wrapper class. how can I discover at runtime by how much to increment this value? that is, my wrapper class might be used in a variety of different "depths". How can I figure out what to add to caller_depth to make it work properly? thanks dave |