Hi,
 Can we have a mixture of loggers in log4j.xml file ?
 
Some of the loggers are actual classes in the application
 
 a.b.c.Test.class
 
 <logger name="a.b.c.Test">
 ...
 </logger>
 
while some others are plain strings
 
 <logger name="StringLogger">
  ......
</logger>
 
 
Is this allowed ?
 
Thanks
Mandar
 
 
 

Reply via email to