If I have two classes. And class B inherits from class A and I call a method from class B that is only in class A - how do I get at the name of the calling class - rather than the class where the method was found.
Using Log4Perl and class inheritance is causing my logfiles to be less than readable.