Hi,
I noticed that the Timestamp class exposes the time as a signed 32bit number of seconds (from the documentation here: http://log4cpp.sourceforge.net/api/classlog4cpp_1_1TimeStamp.html). I think this means it is subject to the year 2038 problem. Are there plans to solve this?