Hi,
I am trying to debug someone else's Java code. He has used Category
class to generate log files.
I need to know the location where this person's log files are being
generated. As far as I am aware, there should be some configuration
done before everything else, where one would specify the location and
name of these log files. So where do I look for this setup?
Thanks in advance,
Manisha
Arne Vajhøj - 27 Feb 2007 00:06 GMT
> I am trying to debug someone else's Java code. He has used Category
> class to generate log files.
[quoted text clipped - 3 lines]
> done before everything else, where one would specify the location and
> name of these log files. So where do I look for this setup?
The name and location can either be specified as a define to
the java command or be a log4j.properties in the classpath.
Arne