need the latest jar..

2004-08-17 Thread Amit Nigam
Hi, i would like to know from where can i get an alpha version of log4j1.3 jar? Thanks & Regards, Amit Nigam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Multiple folders for stroing Log messages.

2004-08-17 Thread Adusumilli, Bhagavan
Hai, Iam new to Log4j.So i required some more information regarding the Log4j. I want to store all my logger messages according to the modules in a seperate folders. Is it possible Thanks and Regards, Bhagavan Chowdary.A Confidential:

RE: generating log4j.xml

2004-08-17 Thread Paul Smith
> I'd be glad to volunteer as I need it for the project I'm working on. > My concern is that any xml generator would become obsolete with log4j > 1.3. From the docs, I see that 1.3 xml configuration is achieved using > something called the joran configurator > http://www.qos.ch/logging/JoranConfigu

Re: generating log4j.xml

2004-08-17 Thread Nathan Coast
I'd be glad to volunteer as I need it for the project I'm working on. My concern is that any xml generator would become obsolete with log4j 1.3. From the docs, I see that 1.3 xml configuration is achieved using something called the joran configurator http://www.qos.ch/logging/JoranConfigurator.

RE: Maximum file property for DailyRollingFileAppender ?

2004-08-17 Thread Paul Smith
Not in the log4j 1.2.x series. Log4j1.3 has a much better rolling mechanism via the new org.apache.log4j.rolling package (the old DailyRollingFileAppender is _still_ included however for backward compatibility, so don't get confused that that class has been fixed). Log4j1.3 has not been released,

RE: Need help with chainsaw v2 config file

2004-08-17 Thread Paul Smith
I think this is currently a limitation we haven't got around to solving as yet. If you (or anyone else) is interested in having a go, the org.apache.log4j.chainsaw.LogPanel.saveColumnSettings() method is where it's all happening at the moment, but it's not storing the hidden/visible values from t

Maximum file property for DailyRollingFileAppender ?

2004-08-17 Thread Sean Casey
Hi, From my reading of the documentation, there is no way to limit the number of files for a DailyRollingFileAppender, as you can for a Rolling File Appender. Is that correct? The behavior that I am looking for is that of a DailyRollingFileAppender, but only the last seven day's files are kep

RE: generating log4j.xml

2004-08-17 Thread Paul Smith
Not at this time, although it is something that I would personally to have as well (Chainsaw could use then to save the Plugin configuration). Be great if someone could take this on. Cheers, Paul Smith > -Original Message- > From: Nathan Coast [mailto:[EMAIL PROTECTED] > Sent: Wednesday, A

Re: Configuring Log4J

2004-08-17 Thread Tom . Goetze
The thing that helped me was to realize that each appender gets configured from the properties file (or dynamically) by introspection. So typically, any setXXX() method that your appender supports (check the javadocs--including inherited methods) can be used to "configure" your appender. -- Tom

Re: Configuring Log4J

2004-08-17 Thread Harshawardhan Gadgil
Yes I've been searching for 2 days and haven't found anything... Only stuff is the base configuration in the short manual on the log4j website...and a couple of review articles on the use of log4j... And of course I'd to hunt down the Conversion Pattern formatting string specs stuff from the Java

Re: Configuring Log4J

2004-08-17 Thread ramin_rad
Speaking of which, how come there are no documentation on the configuration parameters... Or is it me who can't find it? Thanks, -ramin "Harshawardhan Gadgil" <[EMAIL PROTECTED]> 08/17/2004 04:34 PM Please respond to "Log4J Users List" To: "Log4J Users List" <[EMAIL PROTECTED

Re: Configuring Log4J

2004-08-17 Thread Harshawardhan Gadgil
PHEW... Got it log4j.category.org.apache.axis=OFF did the trick... On Tue, 2004-08-17 at 11:00, Harshawardhan Gadgil wrote: > Hi, > I'm a new user to Log4J and I've a configuration question. > > I'm using Log4J in my programs to o/p all sorts of stuff from DEBUG to > FATAL.. Also I make use o

generating log4j.xml

2004-08-17 Thread Nathan Coast
Hi, Is there any way to generate the log4j.xml for the current configuration? I know you can use org.apache.log4j.config.PropertyPrinter to obtain the configuration as properties. Is there any way to obtain the xml? thanks Nathan ---

Need help with chainsaw v2 config file

2004-08-17 Thread Rob Spilker
I built chainsaw V2 and manually configured it as a single simple receiver. I used the Log Panel Preferences to hide some columns. I resized some colums and reordered how some are displayed. The resizing and ordinging appears to be preserved between sessions. The visibility settings are not. Ho

Configuring Log4J

2004-08-17 Thread Harshawardhan Gadgil
Hi, I'm a new user to Log4J and I've a configuration question. I'm using Log4J in my programs to o/p all sorts of stuff from DEBUG to FATAL.. Also I make use of Apache AXIS in some places.. using log4j.debug=true OR log4j.rootLogger=DEBUG, MYSTUFF causes the Axis's DEBUG level stuff to be prin