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
LogTest.properties
Description: LogTest.properties
hierarchy.cpp.diff
Description: hierarchy.cpp.diff
LogTest.cpp
Description: LogTest.cpp
