Try Logger.getLogger(Klass.class.getName() +".metod");  Besides that
it should work just fine.

On 2/14/07, Reshat Sabiq <[EMAIL PROTECTED]> wrote:
Do i understand correctly that the following will work just fine
log4j.logger.com.domain.paket.Klass.metod=DEBUG, CONSOLE, FILE2
as long as i construct the Logger w/
Logger.getLogger(Klass.class+".metod");

I might not actually use this, cause it sounds too convoluted, but it's a thing
i've been considering.

Thanks.


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




--
James Stauffer        http://www.geocities.com/stauffer_james/
Are you good? Take the test at http://www.livingwaters.com/good/

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

Reply via email to