Re: Log4J Question

2003-11-20 Thread Paul Smith
On Thu, 2003-11-20 at 22:51, Jones, Marty B. wrote: > I was wondering if Log4J will allow me to do the following: > > configure a RollingFileAppender that logs standard output. > configure a RollingFileAppender that logs info and warning output. > configure a RollingFileAppender that logs error le

Log4J Question

2003-11-20 Thread Jones, Marty B.
I was wondering if Log4J will allow me to do the following: configure a RollingFileAppender that logs standard output. configure a RollingFileAppender that logs info and warning output. configure a RollingFileAppender that logs error level output. have a single logger that will use one of the abo

RE: SMTP log4j question

2003-11-18 Thread Shapira, Yoav
D] >Sent: Tuesday, November 18, 2003 9:02 AM >To: 'Log4J Users List' >Subject: RE: SMTP log4j question > >Here is a snippet of my properties file. I actually set up many files so I >only included the root and SMTP appender. > ># This configuration illustrates f

RE: SMTP log4j question

2003-11-18 Thread Miller,Catherine
[mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 8:50 AM To: Log4J Users List Subject: RE: SMTP log4j question Howdy, You need to access the SMTPAppender object and call its methods to dynamically change the properties like the subject line. How are you configuring log4j? If you kno

RE: SMTP log4j question

2003-11-18 Thread Shapira, Yoav
g one SMTP appender for each combination. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Miller,Catherine [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 18, 2003 7:07 AM >To: '[EMAIL PROTECTED]' >Subject: SMTP log4j question > >I'll

SMTP log4j question

2003-11-18 Thread Miller,Catherine
I'll start by letting everyone one know I am very new to Java (though I've been in IT for 10yrs) and log4j so please excuse if this is a stupid question. I have been able to set up a test application using log4j to send email to myself as a test for sending some logging information. The next step

RE: Reposting of Log4J Question

2003-02-27 Thread Brendan Lawlor
James [mailto:[EMAIL PROTECTED] Sent: 27 February 2003 15:42 To: Log4J Users List Subject: RE: Reposting of Log4J Question Brendan, Per another post, I defined a different logger in my local config and it doesn't conflict with the JBOSS logging. For example, I defined MyConsoleAp

RE: Reposting of Log4J Question

2003-02-27 Thread Corbin, James
ender, MyFileAppender Hope this helps. J.D. -Original Message- From: Brendan Lawlor [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 4:15 AM To: Log4J Users List Subject: RE: Reposting of Log4J Question By way of an answer to the original question of how to separate the logging

RE: Reposting of Log4J Question

2003-02-27 Thread Brendan Lawlor
rs List Subject: Re: Reposting of Log4J Question Hi Naresh, No, I mean one repository selector per JVM. Actually, this is sort of per ClassLoader if you look at the case of webapps where the classloading behavior is different than normal. Webapps load classes, preferentially, from the WebappCla

Re: Reposting of Log4J Question

2003-02-26 Thread Jacob Kjome
Hi Naresh, No, I mean one repository selector per JVM. Actually, this is sort of per ClassLoader if you look at the case of webapps where the classloading behavior is different than normal. Webapps load classes, preferentially, from the WebappClassLoader before looking to its parent classload

RE: Reposting of Log4J Question

2003-02-26 Thread donald larmee
ald larmee [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 4:40 PM To: Log4J Users List; Log4J Users List Subject: Re: Reposting of Log4J Question The problem w/ jBoss is that they 'get there first'.. in that they use log4j for their own internal logging log4j.jar exis

Re: Reposting of Log4J Question

2003-02-25 Thread Naresh Kripalani
Hi Jacob, Iam attempting to incorporate similar custom repository selector approach. You mentioned "Note that Log4j will only use *ONE* custom repository selector." Did u mean one custom repository selector per app? If the answer is Yes, than my confusion is, Since LogManager has one private m

RE: Reposting of Log4J Question

2003-02-25 Thread Corbin, James
[mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 4:40 PM To: Log4J Users List; Log4J Users List Subject: Re: Reposting of Log4J Question The problem w/ jBoss is that they 'get there first'.. in that they use log4j for their own internal logging log4j.jar exists in the

Re: Reposting of Log4J Question

2003-02-25 Thread donald larmee
The problem w/ jBoss is that they 'get there first'.. in that they use log4j for their own internal logging log4j.jar exists in the Containers CLASSPATH and the first time an internal logging statement is hit log4j initializes itself w/ the log4j.xml configuration file located (by default)

Re: Reposting of Log4J Question

2003-02-25 Thread Jacob Kjome
Hello James, The functionality you are looking for is to be able to log within unique logger repositories using a custom logger repository selector. I have implemented such a selector (and a servlet context listener which configures log4j to use it at app/server startup) which keys logger reposito

Reposting of Log4J Question

2003-02-25 Thread Corbin, James
An answer to this question/problem is very important to my project group so please take time to read and understand it. Thanks. I struggled with posting this to a JBOSS group but decided it was more of an issue with the use of Log4J and not so much how JBOSS was using it. I am using JBOSS and

RE: log4j question

2002-07-24 Thread Colin MacDonald
> -Original Message- > > I am new to log4j and trying to put the INFO/DEBUGmessages to > a log file. Now, when I print the same in the console, it shows > date, time and bunch of other things (which is good), but when I > try with teh log file, it jus shows the text message without the

RE: log4j question

2002-07-24 Thread Swami Iyer
You have to attach your properties file in order for us to tell you why this is happening. Swami > -Original Message- > From: PRAVIN VAJIRKAR [mailto:[EMAIL PROTECTED]] > Sent: July 24, 2002 10:04 AM > To: '[EMAIL PROTECTED]' > Subject: log4j question >

log4j question

2002-07-24 Thread PRAVIN VAJIRKAR
Hi there, I don't know if this a right place to mail for log4j questions. I would really appreciate if you guys can help me out in this. I am new to log4j and trying to put the INFO/DEBUGmessages to a log file. Now, when I print the same in the console, it shows date, time and bunch of o

Re: Where is log4j question&answers in internet??

2001-10-25 Thread david.gray
Have a look at http://jakarta.apache.org/log4j/docs/documentation.html rao srinivas <[EMAIL PROTECTED]> on 25/10/2001 20:39:19 Please respond to "LOG4J Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: Where is log4j question&

Re: Where is log4j question&answers in internet??

2001-10-25 Thread Yoav Shapira
n i find these log4j question&answers in > internet?? > > Please let me know the URL. > > regards > Srinivas > > __ > Do You Yahoo!? > Make a great connection a

Re: Where is log4j question&answers in internet??

2001-10-25 Thread MiChAeL xEnAkIs
The log4j-user mailling list archive: http://www.mail-archive.com/log4j-user@jakarta.apache.org/ - Original Message - From: "rao srinivas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 25, 2001 3:39 AM Subject: Where is log4j question&an

Where is log4j question&answers in internet??

2001-10-25 Thread rao srinivas
Hi, Where can i find these log4j question&answers in internet?? Please let me know the URL. regards Srinivas __ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo