log4j extras download mirrors

2013-06-27 Thread Aaron Schultz
Hi, I'm trying to download the log4j extras companion from: http://logging.apache.org/log4j/companions/extras/download.html but none of the mirrors are working. Any suggestions? Thanks!

RE: log4j extras download mirrors

2013-06-27 Thread Aaron Schultz
://archive.apache.org/dist/logging/log4j/companions/extras/1.1/ I just tried, its working Thanks for reporting! Cheers Christian On Thu, Jun 27, 2013 at 10:55 PM, Aaron Schultz aaron.schu...@asit.ucsb.edu wrote: Hi, I'm trying to download the log4j extras companion from: http

Status of log4j 2.0?

2009-10-01 Thread Aaron
Whats the status of log4j 2.0? I see it on the website, but no real information, and there hasn't really been much talk of it that I can see. I don't even see a Roadmap or anything like that. Should I pretty much consider it null and void? --Aaron

Re: Status of log4j 2.0?

2009-10-01 Thread Aaron
Thanks Brett. My bit of google searching didn't result in any indication, I guess I needed to 'successor' or 'replacement' as part of my searches. Time to do a bit of evaluating to see if it offers something worthwhile to me. --Aaron On Thu, Oct 1, 2009 at 17:02, Brett Randall javabr

using InputStream as message

2008-03-19 Thread Aaron
file into memory. Would I need to extend/re-implement an Appender? The problem is I want to keep the entire file as a single log entry in the log file, but don't want to read the file into memory. Any ideas? --Aaron - To unsubscribe

Version 2.0

2008-03-18 Thread Aaron
for me to use, and perhaps contribute to. --Aaron - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

JMSAppender Configuration Woes....

2005-03-10 Thread Aaron Rustad
I am trying to configure a JMSAppender programmatically but I just can't seem to get it to go. I must be missing something quite simple. Anyway, this is this code that I have: static { String appenderClass = Preferences.systemRoot().get(process.monitor.appender, null);

RE: single log file with multiple JVMs vs. multiple class loaders

2005-03-02 Thread Korver, Aaron
Is each EAR deployed to it's own appserver? Or do both EAR's belong to the same appserver, but fall under different applications? I know that in Websphere there is a setting which says Application Classloader Policy. The two options are MULTIPLE and SINGLE. If MULTIPLE is choosen, then it will

How can I log steps between session bean?

2005-02-28 Thread Aaron Rustad
, from what I understand, is that there is no guarantee that one thread will be used between method invocations on separate beans. Has anyone else tacked this problem? Thanks for your help! Aaron.

RE: is log4j printing out class/method name expensive?

2005-02-07 Thread Korver, Aaron
Ceki, While I understand you are trying to make money, if you can't even have the courtesy to answer a simple question, then why even respond? Anil, Log4j CAN print the class and method names, however, this is determined by how you setup your log4j output. It is my understanding that these would

RE: How to use DBAppender, hsqldb.sql issues

2005-02-03 Thread Korver, Aaron
subscriber. This is simply an alternative approach to a strict DBAppender. Chow, Aaron -Original Message- From: Evans Mark-PT1167 [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 11:48 AM To: 'Log4J Users List' Subject: How to use DBAppender, hsqldb.sql issues I figured

RE: Wish for CVS version: if debug enabled()

2005-01-20 Thread Korver, Aaron
. Unless there can be some reasoning to strengthen the argument for this change, IMHO this isn't necessary. Aaron Korver -Original Message- From: Vic [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 1:56 PM To: log4j-user@logging.apache.org Subject: Re: Wish for CVS version