On Jun 30, 2004, at 2:35 PM, Picaso wrote:
Hi,
I would like to know if there's any limitation on the length of string that
can be logged. I tried the following:
Looking at the include/log4cxx/helpers/tchar.h, it appears that any message that is converted from ASCII to Unicode or vice-versa is truncated at 512 characters. If you could define your message in terms of TCHAR's, you might avoid that limit and the conversion penalty.
