[EMAIL PROTECTED] wrote:
       /**
  +     * Commons Logging instance.
  +     * @since Struts 1.1
  +     */
  +    protected static Log log = LogFactory.getLog(MessagesTag.class);

By sharing thge logger errors will look like they are coming
from MessageTag instead of any derived class. Additionally,
there is no way to selectively show the logging only for
the derived class.

-Rob


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to