You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by Lutz Michael <mi...@siemens.com> on 2003/01/07 19:20:07 UTC

User-level filtering


Has anyone by any chance figured out a slick way to implement user-level
filtering?

For instance, in a Web environment where potentially hundreds of users use a
system concurrently, we need to turn up logging for a single user.
Our application employs common components that are used by virtually every
application business function.  Turning up logging for such components in a
production environment is a performance concern since all instances of such
classes would be affected across all users and business functions.

Thanks in advance for any input.

Mike

-------------------------------------------------------------------------------
This message and any included attachments are from Siemens Medical Solutions 
Health Services Corporation and are intended only for the addressee(s).  
The information contained herein may include trade secrets or privileged or 
otherwise confidential information.  Unauthorized review, forwarding, printing, 
copying, distributing, or using such information is strictly prohibited and may 
be unlawful.  If you received this message in error, or have reason to believe 
you are not authorized to receive it, please promptly delete this message and 
notify the sender by e-mail with a copy to CSOffice@smed.com.  Thank you

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: User-level filtering

Posted by Thomas Muller <tt...@online.no>.
MDC and NDC are your friends.

--

Thomas

| -----Original Message-----
| From: Lutz Michael [mailto:michael.h.lutz@siemens.com]
| Sent: 07 January 2003 18:20
| To: 'Log4J Users List'
| Subject: User-level filtering
|
|
|
|
| Has anyone by any chance figured out a slick way to implement user-level
| filtering?
|
| For instance, in a Web environment where potentially hundreds of
| users use a
| system concurrently, we need to turn up logging for a single user.
| Our application employs common components that are used by virtually every
| application business function.  Turning up logging for such
| components in a
| production environment is a performance concern since all
| instances of such
| classes would be affected across all users and business functions.
|
| Thanks in advance for any input.
|
| Mike
|
| ------------------------------------------------------------------
| -------------
| This message and any included attachments are from Siemens
| Medical Solutions
| Health Services Corporation and are intended only for the addressee(s).
| The information contained herein may include trade secrets or
| privileged or
| otherwise confidential information.  Unauthorized review,
| forwarding, printing,
| copying, distributing, or using such information is strictly
| prohibited and may
| be unlawful.  If you received this message in error, or have
| reason to believe
| you are not authorized to receive it, please promptly delete this
| message and
| notify the sender by e-mail with a copy to CSOffice@smed.com.  Thank you
|
| --
| To unsubscribe, e-mail:
| <ma...@jakarta.apache.org>
| For additional commands, e-mail:
| <ma...@jakarta.apache.org>
|
|



*************************************************************************
Copyright ERA Technology Ltd. 2002. (www.era.co.uk). All rights reserved. 
The information supplied in this Commercial Communication should be treated
in confidence.
No liability whatsoever is accepted for any loss or damage 
suffered as a result of accessing this message or any attachments.

________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs SkyScan
service. For more information on a proactive anti-virus service working
around the clock, around the globe, visit http://www.messagelabs.com
________________________________________________________________________

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>