From: <web...@st...> - 2003-07-15 19:22:27
|
On Tue, 15 Jul 2003, Brian Goetz wrote: | | >Could you also get rid of all threads while you're at it? ;) The | >System.currentMills() super-thread for improving loggingspeed or | >-whatever- it does should be killed. WM is a library, and threads being | >created here and there w/o me wanting it is annoying! | | That's on my list of things to talk about next. My inclination is to ditch | WM's logging system entirely and move to log4j -- but this will require | some discussion. Excellent, we use log4j here at CoreTrek in our portal server! ;) But maybe consider a "pluggable" logging solution, so that not only me get my "native" logging system. Have you had a look at Apache's Commons Logging package? Apparently that's supposed to be some kind of "shim" between the application and a logging system. There is already some logging systems that have the integration part done, specifically log4j, jdk14 logging and the Apache Avalong LogKit. http://jakarta.apache.org/commons/logging.html -- Mvh, Endre Stølsvik M[+47 93054050] F[+47 51625182] Developer @ CoreTrek AS - http://www.coretrek.com/ CoreTrek corporate portal / EIP - http://www.corelets.com/ |