to be deprecated or not to be deprecated ?

2002-07-05 Thread Herve AGNOUX
Hello, I have an application with a lot of "Category" from log4j 1.1.3. I read in the doc of the 1.2.4 version that Category is now deprecated, I must use Logger, OK, I agree. I delete all my .class, and I recompile them, I supposed than the compiler will say to me where the Category class ar

Help required Urgently: og4j:WARN No appenders could be found for logger issue

2002-07-05 Thread srividyar
Environment : WAS 4.0, Log4j 1.2rc1 I am repeatedly getting the message "log4j:WARN No appenders could be found for logger", I have double checked my config file, unable to find any issues with it. Here's the snapshot of the console output ***

RE: using log4j in jsp

2002-07-05 Thread Jochen Hiller
Hi Denis, I've written a tag library which will be used in our company projects. Also, as part of the jakarta-taglibs there is a tag support. See http://jakarta.apache.org If I should provide you with the code, let me know. Bye, Jochen -Original Message- From: Denis McCarthy [mailto:[

Re: Log4C

2002-07-05 Thread Rajnish Bansal
Does any of these provide a socket appender that can send log messages to log4j socket server? If yes, can anyone point me to the documentation that covers this aspect. The idea is to use a central log server which could receive log messages from Java programs using log4j as well C (or C++) prog

Category vs. Logger configuration

2002-07-05 Thread Henriksen Niels Kristoffer
Hi! I am co-working on a large project. We are in a transition from using Category to Logger. During this transition, we will have uses of both Category and Logger. I want the configuration property file to configure both. Shall I configure like this # Attach appender A1 to root. Set root pri

log4j 1.2.5 now available

2002-07-05 Thread Ceki Gülcü
Greetings, Log4j developers are happy to announce the release of log4j 1.2.5. This release fixes several relatively minor bugs. - Minor changes and bug fixes in LF5. [*] - Calling an AsyncAppender close method also closes the embedded appender instances. This resolves bug #10185 submit