On Jan 11, 2007, at 18:31, Andreas L Delmelle wrote:

... use an instance method to access a protected static member of the superclass. That's a good one! :-)

And what about:

if (log.isDebugEnabled()) {  getLogger().debug("..."); }

unless we were thinking about tying the settings for the static logger to a possible instance-based logger (if debug enabled on the static logger, then route message to instance logger?) Hmm...


Cheers,

Andreas

Reply via email to