Hi, I would like to know if there's any limitation on the length of string that can be logged. I tried the following:
char* XMLData = "<start>and so on............really large amount of data...<end>" USES_CONVERSION; logger->info(A2W(XMLData)); and the output i get in log file is incomplete and the logger stops logging any statements afterwards. Can you please tell me how to overcome this limitation? it works fine when i log small amount of data, using the same method above. Best Wishes, Pciaso
