I18n via Renderer

2002-06-05 Thread Colin MacDonald
, but its doRender(Object) method is never getting called. Any ideas? Thanks! - Colin MacDonald | Software Developer | Templar Corporation | --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http

RE: I18n via Renderer

2002-06-07 Thread Colin MacDonald
. - Colin MacDonald | Software Developer | Templar Corporation | -Original Message- From: Mike_McAngus Sent: Thursday, June 06, 2002 7:02 PM To: Log4J Users List Subject: Re: I18n via Renderer ... We plan to use

RE: NTEventLogAppender.dll

2002-06-12 Thread Colin MacDonald
it may not be in an older release. Hope that helps! I went through setting this up a while back, so let me know if you have other questions. I may be a bit rusty, though... :) - Colin MacDonald | Software Developer | Templar

RE: NTEventLogAppender.dll

2002-06-12 Thread Colin MacDonald
Oh, my version just identifies itself as 1.2. I take it the .dll got left out at some point? It's been a few months since I messed with it, so I may have pulled it from elsewhere. - Colin MacDonald | Software Developer

RE: Newbie filtering

2002-07-03 Thread Colin MacDonald
properties, and properties\%COMPUTERNAME% has machine-specific ones. With the path in this order, the machine-specific properties get picked up first. - Colin MacDonald | Software Developer | Templar Corporation | --- Outgoing mail

RE: Possible to set aditivity flag in the logging.properties file?

2002-07-19 Thread Colin MacDonald
? - Colin MacDonald | Software Developer | Templar Corporation | --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.377 / Virus Database: 211 - Release Date: 7/15/2002

RE: Logging to separate files

2002-07-22 Thread Colin MacDonald
log4j.logger.com.mycompany.myotherclass=INFO,fileAppender2 And you probably want to set: log4j.additivity.com.mycompany.myclass=false log4j.additivity.com.mycompany.myotherclass=false Or am I missing something here? ;) - Colin MacDonald | Software Developer

RE: log4j question

2002-07-24 Thread Colin MacDonald
log4j.appender.FILE.layout.ConversionPattern=%d{MMM dd HH:mm:ss} %5p (%C.%M:%L) - %m%n Hope that helps. If not, send your properties file. - Colin MacDonald | Software Developer | Templar Corporation | --- Outgoing mail is certified Virus Free. Checked by AVG anti

RE: output going to multiple files

2002-07-29 Thread Colin MacDonald
everything. Let me know if you still have problems. - Colin MacDonald | Software Developer | Templar Corporation | --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version

RollingFileAppender disk full handling

2002-07-31 Thread Colin MacDonald
a waste to re-implement RollingFileAppender. Thanks for any help on this! - Colin MacDonald | Software Developer | Templar Corporation | --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http

RE: RollingFileAppender disk full handling

2002-08-01 Thread Colin MacDonald
an exception or another error condition, I did add a custom errorhandler (as Kevin suggested). I'll take a stab at that. Thanks for the code snippet - that may well simplify things for me. Thanks! - Colin MacDonald | Software Developer

RE: Newbie questions

2002-08-19 Thread Colin MacDonald
where A1 is nt event appender where A2 is daily rolling appender I think that should be: log4j.rootLogger = WARN, A1, A2 log4j.appender.A1.threshold=FATAL Hope that helps! - Colin MacDonald | Software Developer | Templar

RE: Documentation

2002-09-12 Thread Colin MacDonald
? - Colin MacDonald | Software Developer | Templar Corporation | --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.386 / Virus Database: 218 - Release Date: 9/9/2002

RE: Dumb question about logging in Windows

2002-09-17 Thread Colin MacDonald
just be able to use forward slashes, like: ...File=C:/App/logs/App.log Even on Windows, Java is unix-y in its treatment of slashes. - Colin MacDonald | Software Developer | Templar Corporation | --- Outgoing mail is certified

RE: log4j

2002-09-20 Thread Colin MacDonald
=org.apache.log4j.RollingFileAppender log4j.appender.APPENDER1.File=C:/logs/fileOne.log log4j.appender.APPENDER2.File=C:/logs/fileTwo.log - Colin MacDonald | Software Developer | Templar Corporation | --- Outgoing mail is certified Virus Free. Checked

RE: Separating stdout and stderr

2002-10-03 Thread Colin MacDonald
writing to the screen, why differentiate them? And if one is being redirected to a file, why not use a file appender? Anyway, I hope this helps. - Colin MacDonald | Software Developer | Templar Corporation | --- Outgoing mail

RE: log4j will search for the file log4j.xml... ???

2002-11-20 Thread Colin MacDonald
initialization. I put my log4j.xml file inside my WEB-INF directory but log4j did not use it. Close! :) It needs to be in WEB-INF/classes/ - Colin MacDonald | Software Developer | Templar Corporation | --- Outgoing mail

RE: Tomcat

2002-11-25 Thread Colin MacDonald
than a properties file) Try putting it in WEB-INF/classes. I think Tomcat only adds *jar* files in WEB-INF/lib to the classpath. - Colin MacDonald | Software Developer | Templar Corporation | --- Outgoing mail is certified Virus

RE: syslog not logging linefeeds

2002-12-17 Thread Colin MacDonald
. - Colin MacDonald | Software Developer | Templar Corporation | --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.427 / Virus Database: 240 - Release Date: 12/6/2002 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED