You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by Steindl Christian <c....@pke.at> on 2005/10/14 14:04:34 UTC

hierarchy corrupted

Hi,

I've found out that if you use the log4cxx as attached in the sample
code the hierarchy is not correct. 
There are 2 logger objects: "Comm.CommClient" and "Comm.CommServer" both
are descendant of "root". 
After the configuration "Comm.CommClient" is correctly descendant of
"Comm", but "Comm.CommServer" is still descendant of "root".

I think the patch fixes this problem.

Greetz,
Christian