Re: Logging custom levels using log4j

2006-01-03 Thread Praveen Kumar Hasthalapuram
the xml configuration > will be used. > > Scott > > -Original Message- > From: Praveen Kumar Hasthalapuram [mailto:[EMAIL PROTECTED] > Sent: Mon 1/2/2006 7:48 AM > To: Log4J Users List > Subject: Re: Logging custom levels using log4j > > Thanks Scott, > > Cu

RE: Logging custom levels using log4j

2006-01-02 Thread Scott Deboy
file, only the xml configuration will be used. Scott -Original Message- From: Praveen Kumar Hasthalapuram [mailto:[EMAIL PROTECTED] Sent: Mon 1/2/2006 7:48 AM To: Log4J Users List Subject: Re: Logging custom levels using log4j Thanks Scott, Currenlty we are using log4j1.2 , but to sup

Re: Logging custom levels using log4j

2006-01-02 Thread Praveen Kumar Hasthalapuram
sion filter. > > Scott > > -Original Message- > From: Praveen Kumar Hasthalapuram [mailto:[EMAIL PROTECTED] > Sent: Fri 12/30/2005 6:46 AM > To: Log4J Users List > Subject: Re: Logging custom levels using log4j > > Hi , > > We are using Struts framework for our

RE: Logging custom levels using log4j

2005-12-30 Thread Scott Deboy
-Original Message- From: Praveen Kumar Hasthalapuram [mailto:[EMAIL PROTECTED] Sent: Fri 12/30/2005 6:46 AM To: Log4J Users List Subject: Re: Logging custom levels using log4j Hi , We are using Struts framework for our product(application) and using logj.properties file to configure logg

Re: Logging custom levels using log4j

2005-12-30 Thread Praveen Kumar Hasthalapuram
al: > > http://logging.apache.org/log4j/docs/chainsaw.html > > > > Scott > > > > -Original Message- > > From: Praveen Kumar Hasthalapuram [mailto:[EMAIL PROTECTED] > > Sent: Thu 12/29/2005 9:17 AM > > To: [email protected] > &g

Re: Logging custom levels using log4j

2005-12-29 Thread Praveen Kumar Hasthalapuram
x by viewing > Chainsaw V2's tutorial: > http://logging.apache.org/log4j/docs/chainsaw.html > > Scott > > -Original Message- > From: Praveen Kumar Hasthalapuram [mailto:[EMAIL PROTECTED] > Sent: Thu 12/29/2005 9:17 AM > To: [email protected] > Subject: Logging

RE: Logging custom levels using log4j

2005-12-29 Thread Scott Deboy
: Thu 12/29/2005 9:17 AM To: [email protected] Subject: Logging custom levels using log4j Hi All, I need to log specified particular type of messages to one log file and rest to another log file. For example say, if message contains "SNMP" or "CDP" and so on, need

Logging custom levels using log4j

2005-12-29 Thread Praveen Kumar Hasthalapuram
Hi All, I need to log specified particular type of messages to one log file and rest to another log file. For example say, if message contains "SNMP" or "CDP" and so on, need to log in to log1.log and rest of the messages need to log in to log2.log How to configure the log4j.properties to log cust