[EMAIL PROTECTED] wrote:
Make method getLogger() visible for extending

-    private Log getLogger() {
+    protected Log getLogger() {

Felix,

As far as commons logging usage pattern goes, extending classes should create own instances of the log, otherwise log will get really confusing, with class name of one class and message from another class.

Vadim

Reply via email to