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
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.
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
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
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
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
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
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
#--