Hi all,
  I have used log4j extensively, but I would like to extend its
functionality, and I have some questions before I start.  Below is
what I would like to accomplish

1. Enhance Log4j logging by adding web specific information.
2. For Instance, log methods should not have the following method parameters
    .debug(HttpSession, User, Object), or debug(HttpSession, User,
Object, Throwable),

3. Extend the PatternLayout to add the following
%U = userName
%u = users id
%S = users session id string.

I have been looking at the source and extending Logger does not seem
the most appropriate, since I do not want users to have access to the
standard log4j methods.  Does anyone have any ideas?

Thanks,
Todd

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

Reply via email to