RE: [POLL] Logging

2003-11-21 Thread Shapira, Yoav
atics >-Original Message- >From: Pitre, Russell [mailto:[EMAIL PROTECTED] >Sent: Friday, November 21, 2003 1:17 PM >To: Tomcat Users List >Subject: RE: [POLL] Logging > >Hi Everyone, thanx for helping me decide to which logging api to >usewhich is log4

RE: [POLL] Logging

2003-11-21 Thread Pitre, Russell
} And here is my logging.properties file. log4j.rootLogger=debug, R log4j.appender.R=org.apache.log4j.ConsoleAppender log4j.appender.R.layout=org.apache.log4j.SimpleLayout I'm baffled Russ -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sen

Re: [POLL] Logging

2003-11-21 Thread Adam Hardy
2. Java.util.Logging Purely because it's part of the sdk and meets my logging requirements. I did use log4j before, but since I decided I should know java.util.logging, I stuck with it after learning how to use it. Adam - To u

RE: [POLL] Logging

2003-11-21 Thread Tatu Vanhanen
TECTED] > Subject: Re: [POLL] Logging > > > Aside from a couple of throw-away apps (that I can't be bothered to config > :), it's Log4J all the way ;-). > > "Pitre, Russell" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > I nee

Re: [POLL] Logging

2003-11-20 Thread Bill Barker
Aside from a couple of throw-away apps (that I can't be bothered to config :), it's Log4J all the way ;-). "Pitre, Russell" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I need to use a robbust logging api for my webapp that I'm building, so I decided I would cast a poll to get censu

Re: [POLL] Logging

2003-11-20 Thread epyonne
Log4J - Original Message - From: "Pitre, Russell" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, November 20, 2003 11:33 AM Subject: [POLL] Logging I need to use a robbust logging api for my webapp that I'm build

Re: [POLL] Logging

2003-11-20 Thread russo
We're using Log4j here under Weblogic for PeopleSoft. Very nice, although I must say we haven't tried anything else... Just starting to use Tomcat but, logging has not come up yet. Was glad to see mention on the list of the built in Tomcat logging ability which we may use for simple tasks and prob

Re: [POLL] Logging

2003-11-20 Thread Christopher Schultz
Russ, Log4j, hands-down and easily, especially with log4j v1.3 domains and the awesome Chainsaw improvements. Nothing else comes close. Yoav Shapira Millennium ChemInformatics Absolutely agreed. Log4j works pretty much everywhere and I think it makes a *lot* more sense than the built-in Java log

RE: [POLL] Logging

2003-11-20 Thread Shapira, Yoav
003 12:33 PM >To: Tomcat Users List >Subject: [POLL] Logging > >I need to use a robbust logging api for my webapp that I'm building, so >I decided I would cast a poll to get census of what everyone prefers > > >Logging, Which do you prefer? > >1. Log4j

[POLL] Logging

2003-11-20 Thread Pitre, Russell
I need to use a robbust logging api for my webapp that I'm building, so I decided I would cast a poll to get census of what everyone prefers Logging, Which do you prefer? 1. Log4j 2. Java.util.Logging 3. Other Russ - To