How should I declare class info and debug boolean variables? For example:
private final boolean info = logger.isInfoEnabled(); // Use this in classes that have no superclasses or subclasses
Should I declare them as static? What about inheritance situations.
Thanks,
Bob
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]