Category : Why so many of them

2002-02-15 Thread Modha Kumar
Hi All I have this question on Categories concept of log4j In the documentation it says you can have multiple categories for the logger. And in each class in my project I specify static Category cat =Category.getInstance(MyClass.class.getName()); so this as i understand will create a category per

1.2 release

2002-02-15 Thread Edward Zarecor
Is there any additional information about when log4j 1.2 will be released? The release date is listed as "??, 2002" in the history document. I'd also like to know if there is a document anywhere that encapsulates the thinking and debate behind the API changes between 1.1.x and 1.2. Thanks.

Re: Newbie Questions....

2002-02-15 Thread bryan hansen
Well, I was going to say that you could go to this link: http://www.vipan.com/htdocs/log4jhelp.html but it appears to be down right now...I hope they get it back up because it was really useful. Loggers are part of the 1.2 release, so for 1.1.3 you should use Categories... HTH Bryan --- Modha

Newbie Questions....

2002-02-15 Thread Modha Kumar
Hi All I just dowloaded Log4j and started working on some samples, I have these questions. 1. There are 2 jars in distribution Log4j.jar and Log4j-core.jar do we need both of these. What is the necessity for 2 jars ? 2. I downloaded Log4j version 1.1.3 eventhough documentation says that there i

Per-thread logging

2002-02-15 Thread Bill Rebey
I want to be able to set different Priorities and Formats for individual threads. Can I do this with a single Logger? If not, how might a I proceed? I tried subclassing Thread and giving the subclass a Logger member, then making a logging wrapper of sorts that gets the current thread and trie

Log4J 1.1.3 problem Reply ASAP Please

2002-02-15 Thread kamran . mirza
With Reference to Log4j1.1.3 Our Platform is Windows 2000 server machine. Problem1: if user defines multiple categiories and appenders and start getting log information in multiple log files can he ever discontinue them currently even if we comment or delete categories and appenders associat

Re: How to log a particular priority of a Category in a separate Appender -Urgent

2002-02-15 Thread Ceki Gülcü
Start with the following first: log4j.category.com.mizuho.rdw.processes=jms At 15:47 15.02.2002 +0530, you wrote: >Hi, > I have my rootCategory as DEBUG.But for some Categories,certain >priorities alone need to be logged to a separate Appender.My property >file is > > log4j.r

How to log a particular priority of a Category in a separate Appender -Urgent

2002-02-15 Thread B Manikandan
Hi, I have my rootCategory as DEBUG.But for some Categories,certain priorities alone need to be logged to a separate Appender.My property file is log4j.rootCategory=DEBUG,fileLog log4j.debug=true #--