Re: Not able to DELETE Log Files

2007-08-13 Thread James Stauffer
this such > as writing empty data to the file. Or any other way to achieve my > requirement. > > regards, > Rajshekhar.V > > On 8/13/07, James Stauffer <[EMAIL PROTECTED]> wrote: > > > > The file probably can't be deleted because log4j has it open so that

Re: Not able to DELETE Log Files

2007-08-13 Thread James Stauffer
The file probably can't be deleted because log4j has it open so that it can write to it. On 8/13/07, rajashekhar v <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm implementing Logger for Distributed System using Log4j. I have 4 > different servers and each server is having the local Logger. Apart fro

Re: Writing logs to several files

2007-08-13 Thread James Stauffer
See the recent thread with a subject of "level based logging into seperate files" On 8/11/07, Chamal De Silva <[EMAIL PROTECTED]> wrote: > Hi, > > I am using RollingFileAppender. > This is my log4j properties file. > > log4j.rootLogger=debug, R > log4j.appender.R=org.apache.log4j.RollingFileAppend

Re: dependency on old log4j from an included jar

2007-08-06 Thread James Stauffer
t; > Many thanks, > Nick > > -- > Nicholas Hogg > KE Software (Australia) > www.kesoftware.com > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

Re: Changing log filepath and file name at runtime???

2007-08-03 Thread James Stauffer
ead > and we would like to have separate log file for each of them which we will > specify while initializing it > > How do we specify it?? > > We are using SLF4J and Log4J > > Could u pls let me know.. > > Thanks > Kumar > > > James Stauffer wrote: >

Re: How to stop further processing?

2007-08-03 Thread James Stauffer
ing obvious I'm missing? Is this not possible? Any > suggestions? Thanks!! > > Daniel > > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --

Re: How to filter on logger name.

2007-08-01 Thread James Stauffer
. However, I cannot find a > filter that does this. Is there some way to accomplish this, short of > writing my own filter? > > Thanks, > Walter > -- James Staufferhttp://www.geocities.com/stauffer_james/

Re: Looking for high speed binary appender?

2007-08-01 Thread James Stauffer
o unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/

Re: level based logging into seperate files

2007-07-31 Thread James Stauffer
Here are appenders for DEBUG, INFO, WARN, and ERROR: On 7/31/07, Sarvananda <[EMAIL PROTECTED]> wrote: > > > > James Stauffe

Re: level based logging into seperate files

2007-07-31 Thread James Stauffer
I have created one appender per level but each appender gets logs of the given level and above. Do you want to see an example of that? On 7/31/07, Sarvananda <[EMAIL PROTECTED]> wrote: > > Thank you so much for your reply James. > > > James Stauffer wrote: > > >

Re: multiple JVMs writing to the same file

2007-07-31 Thread James Stauffer
e the same appender in each JVM and they would > have a buffer to protect the file and control the I/O. Is there any sample > how to do this in log4j? Is it supported? > > Bye, > Thomas > -- James Staufferhttp://www.geocities.com/stauffer_james/ Are y

Re: level based logging into seperate files

2007-07-30 Thread James Stauffer
4j.helpers.Loader.loadClass(Loader.java:178) > at > org.apache.log4j.xml.DOMConfigurator.parseLayout(DOMConfigurator.java:455) > at -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ --

Re: initializing log4j per thread

2007-07-26 Thread James Stauffer
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ -

Re: level based logging into seperate files

2007-07-26 Thread James Stauffer
ng-into-seperate-files-tf4150902.html#a11808248 > Sent from the Log4j - Users mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED

Re: log4j Manual, where?

2007-07-25 Thread James Stauffer
documented. Thanks. - Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us. -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http:/

Re: Recipients of email appender depending on log message, possible?

2007-07-16 Thread James Stauffer
al or >> tutorial freely available for log4j. And I searched for half an hour. >> Excuse me if I then dare to ask here. So if anyone can tell me, I >> would be glad. >> >> >> James Stauffer <[EMAIL PROTECTED]> wrote: Did you search the >> mailing list ar

Re: Recipients of email appender depending on log message, possible?

2007-07-11 Thread James Stauffer
. Excuse me if I then dare to ask here. So if anyone can tell me, I would be glad. James Stauffer <[EMAIL PROTECTED]> wrote: Did you search the mailing list archives, wiki, and javadocs? On 7/11/07, Hans Schwaebli wrote: > It seems this is a solution. But I couldn't find a site w

Re: Recipients of email appender depending on log message, possible?

2007-07-11 Thread James Stauffer
Did you search the mailing list archives, wiki, and javadocs? On 7/11/07, Hans Schwaebli <[EMAIL PROTECTED]> wrote: It seems this is a solution. But I couldn't find a site where using log4j filters is described. Any idea? James Stauffer <[EMAIL PROTECTED]> wrote: You

Re: Recipients of email appender depending on log message, possible?

2007-07-11 Thread James Stauffer
links. -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Propagate errors in a scripting application using log4j

2007-07-09 Thread James Stauffer
he Log4j - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good

Re: log4j as good as jack daniels??

2007-07-05 Thread James Stauffer
On 7/5/07, Mike Wilkinson <[EMAIL PROTECTED]> wrote: Do all of the threads also write to the same file? Yes. Would there be any issue with multiple threads writing to the same file? No. On 7/5/07, James Stauffer <[EMAIL PROTECTED]> wrote: > > and if you go the lat

Re: How to always log the host name?

2007-07-05 Thread James Stauffer
or the hostname in the PatternLayout. But there is none. - Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online. -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test a

Re: log4j as good as jack daniels??

2007-07-05 Thread James Stauffer
provide is greatly appreciated. Cheers, Mike Wilkinson p.s. fresh, cold wheat beer is very good with just a drop of good orange juice in the bottom of the mug - mmm -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at h

Re: Urgent Please--How to create different log files with different property files in same webapplication

2007-06-26 Thread James Stauffer
s. Our customers requested us to not use servlets.Since we made everything using Java and jsps. -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ --

Re: Urgent Please--How to create different log files with different property files in same webapplication

2007-06-25 Thread James Stauffer
e at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.living

Re: Urgent Please--How to create different log files with different property files in same webapplication

2007-06-25 Thread James Stauffer
TECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ - To unsubscribe, e-mail: [EMAIL PRO

Re: Urgent Please--How to create different log files with different property files in same webapplication

2007-06-25 Thread James Stauffer
===== Thanks & Regards, Sivamma. James Stauffer wrote: > > How exactly is log4j configured from abc and xyz? Directly through > code? Code referencing a config file? log4j automatically finding a > config file? > > On 6/2

Re: Urgent Please--How to create different log files with different property files in same webapplication

2007-06-25 Thread James Stauffer
logs in a same application with different log4j configuration property files. Thanks & Regards, Sivamma James Stauffer wrote: > > If xyz and abc are different web apps then moving log4j.jar and > log4j.xml from common to WEB-INF/lib should keep the logs separate. > If they are i

Re: Urgent Please--How to create different log files with different property files in same webapplication

2007-06-25 Thread James Stauffer
346 Sent from the Log4j - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_jame

Re: JUnit testing of output logged with log4j?

2007-06-25 Thread James Stauffer
ere a way to do this? Or is there a better solution to the whole need? Thanks in advance. Bob -- Bob Jacobsen, UC Berkeley [EMAIL PROTECTED] +1-510-486-7355 fax +1-510-643-8497 AIM, Skype JacobsenRG - To unsub

Re: help to extend PatternLayout

2007-06-23 Thread James Stauffer
s to get online. http://smallbusiness.yahoo.com/webhosting - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are yo

Re: Log4j Appender Piping and Rollover

2007-06-21 Thread James Stauffer
Since you have a custom appender you can change its code to take the same type of config that AsyncAppender does. On 6/21/07, ZalleCool <[EMAIL PROTECTED]> wrote: ZalleCool wrote: > > > James Stauffer wrote: >> >> What does your custom appender do? Look at how

Re: Log4j Appender Piping and Rollover

2007-06-21 Thread James Stauffer
you want? > > DK: The active file stays named as 'current' and the rolled over files > get named as SomeService.log.20071206 -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the

Re: Log4j Appender Piping and Rollover

2007-06-21 Thread James Stauffer
wrote: Hi there, I would like to be able to pipe the output of a custom appender to DailyRollingFileAppender. How can I do that? Secondly, I want the name of the active file to be different from that of the rolled over log files. Is this possible with DailyRollingFileAppender? -- James Stauffer

Re: JDK logging appender that sends events to log4j

2007-06-19 Thread James Stauffer
rtland, OR 97201 Office: 503.224.7496 Direct Line: 503.821.6482 Cell: 503.997.1367 Fax: 503.222.0185 [EMAIL PROTECTED] www.comotivsystems.com -Original Message- From: James Stauffer [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 19, 2007 2:07 PM To: Log4J Users List Subject: JDK logging ap

JDK logging appender that sends events to log4j

2007-06-19 Thread James Stauffer
Has anyone made a JDK logging appender that sends events to log4j? This would achieve much the same benefit of commons-logging without any extra downloads when log4j isn't used. I.e. I would like to use JDK logging on the client and log4j on the server. -- James Stauffer

Re: How to add appender dynamically to log4j.xml file

2007-06-19 Thread James Stauffer
the fly to log4j.xml file. Would appreciate the response. Thanks, Ashish - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/st

Re: log4j:ERROR Could not connect to remote log4j server at [localhost]. We will try again later.

2007-06-15 Thread James Stauffer
e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: log4j with jboss, separate logging from app and jboss logging

2007-06-13 Thread James Stauffer
nschliessend die empfangene Sendung aus Ihrem System zu loeschen. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_jam

Re: How can i change the property in PropertyConfigurator

2007-06-13 Thread James Stauffer
, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ - To unsubscribe

Re: Please help-chainsaw configuration

2007-06-12 Thread James Stauffer
grateful to you for any kind of help. Regards - Pinpoint customers who are looking for what you sell. -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwat

Re: Named loggers in servletcontainers static?

2007-06-11 Thread James Stauffer
FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geoc

Re: Getting nuts with log4j and Tomcat - real world example :(

2007-06-11 Thread James Stauffer
an instant improvement of ypu personal carma... Gregor -- what's puzzlin' you, is the nature of my game gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 - To unsubs

Re: how to disable framework logging

2007-06-07 Thread James Stauffer
ail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ - To unsubscribe, e-m

Re: Great product like log4j stagnant?

2007-06-05 Thread James Stauffer
en Center. > http://autos.yahoo.com/green_center/ > ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you

Re: File and Console Appenders question

2007-06-04 Thread James Stauffer
(5) Do I have to create a different init servlet and different properties file? Happy programming, -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ --

Re: Threadlogging

2007-06-04 Thread James Stauffer
http://www.nabble.com/Threadlogging-tf3840256.html#a10873317 Sent from the Log4j - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James St

Re: Proper startup order?

2007-06-04 Thread James Stauffer
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ ---

Re: ECCN (Export Control Classification Number) code for Log4j

2007-05-25 Thread James Stauffer
in our product. Does anyone know the ECCN (Export Control Classification Number) code for Log4j? Thanks in advance! BR/Aisheng -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.co

Re: Exception while Application run on CD/DVD

2007-05-24 Thread James Stauffer
nknown Source) at myapplication.main(Unknown Source) Please suggest me.. -- Thanks, Laxmilal menaria http://www.minalyzer.com/ http://www.chambal.com/ -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.co

Re: Logger level being ignored

2007-05-23 Thread James Stauffer
/WEB-INF/log4j.xml > > > > org.springframework.web.util.Log4jConfigListener > > > But I just tried commenting out that lot and putting the log4j.xml in > the class path. Same result. > > On 5/23/07, James Stauffer <[EMAIL PROTECTED]> wrote: > > The level setting should al

Re: Logger level being ignored

2007-05-23 Thread James Stauffer
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Stau

Re: Logger level being ignored

2007-05-23 Thread James Stauffer
ROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ - To unsubscribe, e-mail: [EMAIL P

Re: Logger level being ignored

2007-05-23 Thread James Stauffer
--- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ --

Re: Third Party Appenders

2007-05-23 Thread James Stauffer
felt that this is not a good idea. Regards Gilbert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good

Re: Getting started with log4j...

2007-05-22 Thread James Stauffer
Class.getName(); myLogger.fatal("The class we couldn't find a renderer for was: " + className); } - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Stau

Re: Re[2]: logging from commons.httpclient interferes with application logging

2007-05-22 Thread James Stauffer
;> >> >> >> >> >> >> >> >> >> >> Thanks in advance, >> Ralf H. >> >> >> Jetzt neu: Der Routenplaner von Tiscali >> http://www.tiscali.de/trav/ro

Re: logging from commons.httpclient interferes with application logging

2007-05-22 Thread James Stauffer
e/trav/routenplaner.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://w

Re: DailyRollingFileAppender for multiple threads

2007-05-15 Thread James Stauffer
]> wrote: Thanks for your reply. I searched around in this forum for this topic the last days. I found some topics very simular to the one I described. But I didn't find a good solution or an appender. Perhaps someone can give me an advice. James Stauffer wrote: > > Search th

Re: DailyRollingFileAppender for multiple threads

2007-05-14 Thread James Stauffer
text: http://www.nabble.com/DailyRollingFileAppender-for-multiple-threads-tf3752882.html#a10605350 Sent from the Log4j - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: SmtpAppender - separate emails problem

2007-05-07 Thread James Stauffer
Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwate

Re: Logging For Multi-Threaded Application

2007-05-03 Thread James Stauffer
Search movie info and celeb profiles and photos. http://sg.movies.yahoo.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geociti

Re: [HELP] log file larger than specified MaxFileSize.

2007-04-27 Thread James Stauffer
to trouble. > > HTH, > > -- > Ceki Gülcü > Logback: The reliable, generic, fast and flexible logging framework for Java. > http://logback.qos.ch > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additio

Re: Log4J XML configuration file for a library on classpath

2007-04-23 Thread James Stauffer
* "...Use the Force ...;-)" */ * * @see http://www.gentoo.org/ */ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/sta

Re: Logger name in the log entry

2007-04-20 Thread James Stauffer
tring" ); and I want "HardCodedString" to appear each time theLogger logs a message. Thanks! Q. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Stau

Re: Time stamp in file name

2007-04-20 Thread James Stauffer
TECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AsyncAppender Issue

2007-04-10 Thread James Stauffer
Has anyone else experienced this type of behavior with the AsyncAppender? Thanks. -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ - To u

Re: I don't like the word "FATAL"

2007-04-04 Thread James Stauffer
without the level in it. Is that how others do this? Thanks! Bret - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geoc

Re: log4j and console progress bars

2007-03-28 Thread James Stauffer
--- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ --

Re: log4j properties and unit tests

2007-03-28 Thread James Stauffer
very time I want to run the tests?? Thanks, Argyro Kazaki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ A

Re: Conditionaly sending email with Log4j

2007-03-28 Thread James Stauffer
value stored in the MDC. If a match is found then super.sendBuffer would be called. Cany anyone think of a better solution? Thanks. - Tyson -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.co

Re: log4j with WebSphere clusters - changing log level does not work

2007-03-26 Thread James Stauffer
log4j.properties files that could be causing my issue? Thanks! -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ - To unsubscribe, e-mail: [EMAIL P

Re: Enh rqst: a variation on DailyRollingFileAppender

2007-03-24 Thread James Stauffer
Can you give details so I can determine if my appender has similiar problems? On 3/23/07, Curt Arnold <[EMAIL PROTECTED]> wrote: On Mar 23, 2007, at 1:12 PM, James Stauffer wrote: > What problem are there? I am using my DateFormatFileAppender > extensively in production (web app)

Re: Enh rqst: a variation on DailyRollingFileAppender

2007-03-23 Thread James Stauffer
able to get back to it. Search the archives if you are interested in the back story. -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ - To uns

Re: Enh rqst: a variation on DailyRollingFileAppender

2007-03-23 Thread James Stauffer
------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Enh rqst: a variation on DailyRollingFileAppender

2007-03-23 Thread James Stauffer
--- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ --

Re: Custom appender question about getRenderedMessage()

2007-03-23 Thread James Stauffer
message. I need access to the fully rendered message so I can do what I need to do. Rgds, Bret > -Original Message- > From: James Stauffer [mailto:[EMAIL PROTECTED] > Sent: Friday, March 23, 2007 10:57 AM > To: Log4J Users List > Subject: Re: Custom appender question about g

Re: Custom appender question about getRenderedMessage()

2007-03-23 Thread James Stauffer
age to be logged, not the message that has all the modifiers replaced (i.e. with time, thread, class, etc.). Is it possible to get the fully rendered message? Thanks, Bret > -Original Message- > From: James Stauffer [mailto:[EMAIL PROTECTED] > Sent: Friday, March 23, 2007 10:03

Re: Custom appender question about getRenderedMessage()

2007-03-23 Thread James Stauffer
I could grab the full rendered message and prepend my String and then *reset* the rendered message I think I'd be fine, but I'm not sure... FWIW, I'm using 1.2.14. Thanks! Bret - To unsubscribe, e-mail: [EMAIL

Re: Logging Domains

2007-03-22 Thread James Stauffer
view-specific output in different files but it wouldn't have to be that way. On 3/22/07, Paul Smith <[EMAIL PROTECTED]> wrote: I'd like to experiment with Domains as purely a 'view' onto a set of Loggers, providing coarse grained operations on them. --

Re: Introduction

2007-03-22 Thread James Stauffer
le to provide in advance! Jim "James Stauffer" <[EMAIL PROTECTED]> 03/22/2007 01:17 PM Please respond to "Log4J Users List" To "Log4J Users List" cc Subject Re: Introduction A few lines of the log file might be helpful. BTW no included log4j app

Re: Introduction

2007-03-22 Thread James Stauffer
ctory. Jim McEvoy Systems Integrator Bull Services 822 Centennial Way Ste. 100 Lansing, MI 48917 Phone: 517-327-2207 -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwate

Re: log4j with web applets

2007-03-21 Thread James Stauffer
[EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ - To unsubscribe, e-mail:

Re: Preventing re-initialization or re-configuration

2007-03-21 Thread James Stauffer
ers() and seeing if it contains anything. [its a political impossibility for me to alter the library source code]. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Stauffer

Re: Log4j Date logging issue

2007-03-21 Thread James Stauffer
Thanks Meenakshi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livin

Re: DailyRollingFileAppender and RollingFileAppender

2007-03-21 Thread James Stauffer
le? Cheers -- Martin Ritchie - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the t

Re: Weird memory consumption

2007-03-21 Thread James Stauffer
Marcin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.co

Re: Separate log file for each session

2007-03-20 Thread James Stauffer
TECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Inconsistancy between logger.XXX("message") and logger.isXXXEnabled()

2007-03-16 Thread James Stauffer
;> > >> > However, if I set the root level to "debug" instead, then I get this >> > output instead: >> > >> > % java chapter3.BugApp3 bug0.xml >> > 1[main] INFO chapter3

Re: DailyRollingFileAppender help needed please

2007-03-16 Thread James Stauffer
t;[EMAIL PROTECTED]> wrote: James Stauffer wrote: > maxLogs isn't a value of that appender in 1.2. You may be > thinking of RollingFileAppender or 1.3. The question is, "what is log4j thinking of?". After all, it is log4j that says: &

Re: DailyRollingFileAppender help needed please

2007-03-16 Thread James Stauffer
maxLogs isn't a value of that appender in 1.2. You may be thinking of RollingFileAppender or 1.3. Don't put the pattern in the File value. On 3/16/07, Andrew Marlow <[EMAIL PROTECTED]> wrote: James Stauffer wrote: > There are no included appenders that can do that.

Re: DailyRollingFileAppender help needed please

2007-03-16 Thread James Stauffer
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/

Re: Inconsistancy between logger.XXX("message") and logger.isXXXEnabled()

2007-03-16 Thread James Stauffer
On 3/16/07, James Stauffer <[EMAIL PROTECTED]> wrote: The results you claim are surprising. I don't expect it to check for the existence of a logger but I do expect the fact that the effective level is info would cause isDebugEnabled() to return false. On 3/15/07, John Eisenman <

Re: Inconsistancy between logger.XXX("message") and logger.isXXXEnabled()

2007-03-16 Thread James Stauffer
ortunate that it does not take into account the existence of an appender. Is this behavior intentional? -John - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James S

Re: Log SQL Statements from Hibernate with log4j

2007-03-13 Thread James Stauffer
t from the Log4j - Users mailing list archive at Nabble.com. -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ - To unsubscribe, e-mail: [EMAI

Re: strange log4j behaviour

2007-03-12 Thread James Stauffer
.log4j.DailyRollingFileAppender log4j.appender.HEARTFILE.File=/opt/gateway/logs/LegacyEngine.log log4j.logger.com.mchange=INFO help, where have i gone wrong ? I already tried using log4j directly at the servlet classes but it didn't solve the problem. -- -Andre- -- James Stau

Re: Dynamically changing log levels using Chainsaw

2007-03-09 Thread James Stauffer
ging levels to the loggers. Has anyone done anything like this yet? Does anyone have any other ideas? Thanks then. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jam

Re: Appender - number of lines

2007-03-07 Thread James Stauffer
simple way, I'll just keep the information in memory like u suggested, Thank u __ Matt -Original Message- From: James Stauffer [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 07, 2007 5:30 PM To: Log4J Users List Subject: Re: Appender - numb

Re: Appender - number of lines

2007-03-07 Thread James Stauffer
nds, e-mail: [EMAIL PROTECTED] -- James Staufferhttp://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Re: log4J MDC

2007-03-07 Thread James Stauffer
in the MDC. I try some thing like this > in > > my log4J file: > > > > %X{parameterKey} and this gets print. but, when i want to print more > than > > one parameter how should it. can some body tell me the syntax. > > > > Thanks in advance. > > > >

  1   2   3   4   5   6   7   8   >