From: David R R. <drr...@op...> - 2002-05-28 21:14:06
|
I'm trying to display a long string (~150bytes) using log4cpp V0.3.1. The code is Cat.debug("CMD: %s (%d)", cmd, strlen(cmd)); If I shorten the string cmd to 10 characters, then it prints correctly. If, however, the string is long, then only the DEBUG tag prints. Is there some maximum to the length of a string with the %s flag? Is there a way around this? Any help would be appreciated. Ps. I'm using BCB4 on NT4 David R Robison Open Roads Consulting, Inc. |