Re: How-To get Log4Ant listed on Log4J Extensions?

2003-12-15 Thread Paul Smith
Done. (Thanks to Ceki for fixing a permissions problem) On Mon, 2003-12-15 at 13:15, Wascally Wabbit wrote: > At 08:55 PM 12/14/2003, you wrote: > >I've added this to the Xdocs of the site, but I need to confirm with > >Ceki on the exact process of getting the changes reflected on the actual > >we

RE: where can i get chainsaw 2

2003-12-15 Thread Scott Deboy
Chainsaw 2 is available from the jakarta-log4j CVS module available here: http://jakarta.apache.org/site/cvsindex.html or via an ant script Paul Smith contributed to the list. The ant script will download the ORO dependency and the CVS tip, making it a lot easier to try Chainsaw 2. I've re-attach

RE: Default logging priorty/level of individual classes

2003-12-15 Thread Shapira, Yoav
Howdy, In the absence of specific configuration, loggers inherit settings from their parents, up the hierarchy to the root logger, which is typically explicitly configured. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Jacob Kjome [mailto:[EMAIL PROTECTED] >Sent: Fr

where can i get chainsaw 2

2003-12-15 Thread Michael Seele
any screenshots available from chainsaw 2? where can i get the latest Log4j with chainsaw 2? -- Mit freundlichen Gruessen Michael Seele([EMAIL PROTECTED]) G & H Softwareentwicklung GmbH Tel.: {+49|0} 7451 - 53 706 0 Robert-Bosch-Str. 23 Fax: {+49|0} 7451 - 53 706 90 D-72160 Hor

LogFactor5 pattern question

2003-12-15 Thread Michael Seele
hi all, is use LogFactor5 for my error analysing. now i want to add some special infos to the logging message(application-build-numer, jdk-version...). is it possible to change the pattern that i can add my infos to the log message and is it also possible to see the added infos in the Logfactor5

Re: multiple log4j statements on the same console line

2003-12-15 Thread Sathish Babu K R
hi james u add %n at end of log4j.appender.A1.layout.ConversionPattern=%-5p %37c %3x - %m sathish --- James Radvan <[EMAIL PROTECTED]> wrote: > Hi, I'm having trouble with log4j 1.2.8 with a > ConsoleAppender. I'm getting > all my sequential log4j outputs to the same line of > the console, ra