You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2005/02/05 22:44:48 UTC

DO NOT REPLY [Bug 33143] - [PATCH] Java 1.4 loggers per context

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33143>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33143


hoju@visi.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hoju@visi.com




------- Additional Comments From hoju@visi.com  2005-02-05 22:44 -------
I would suggest switching to Log4j 1.3 or the UGLI API (
http://logging.apache.org/log4j/docs/ugli.html ), of which there are
implementations for Log4j, JDK1.4 logging, simple system.out logging, and NOP. 
You decide which implementation by providing it in the classpath and never
change the API you reference.  Kind of like commons-logging, but without the
brittleness of the discovery system.  Anyway, if you use Log4j as the
implementation (directly or via UGLI-Log4j), you can use a repository selector (
http://www.qos.ch/logging/sc.jsp ) which will effectively separate container
logging from application logging using a single instance of Log4j (in
common/lib).  Actually, you can share logging by giving two apps the same logger
repository name to use.  Read the Javadoc for more info...

http://cvs.apache.org/viewcvs.cgi/logging-log4j/src/java/org/apache/log4j/selector/ContextJNDISelector.java?rev=1.18&view=markup


Jake

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org