Posted By:
ad_ben
Posted On:
Wednesday, November 22, 2006 12:24 PM
Hello,
This is how I cretae my Log using an XML descriptor
D:jdevcc/logs/Functional.log
2000KB
50
org.apache.log4j.PatternLayout
<![CDATA[%d{dd/MM/yyyy;HH:mm:ss.SSS};%m%n]]>
but as you see I can only define one class in the 'path'tag. So how can I define several classes to log in the same Log or how can I say that all the classes that extend MyClass should log in the same Log.
Thank you
Please use html tags to format code blocks.