> James Stauffer wrote:
> I suggest that you create 2 loggers per class.
> Logger logger = Logger.getLogger(getClass());
> Logger loggerSpecial = Logger.getLogger("special." + getClass().getName());
> 
> log4j.rootLogger=ERROR
> log4j.category.org = A1
> log4j.category.special = SPECIAL_APPENDER
> 
> (I am not positive if I have the properties entries correct.)

Thanks for the tip!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to