You are not logged in.
Pages: 1
I need to log some HTML page, like this:
TSynLog.Add.Log(sllInfo, aLabel + ' ' + html);
The HTML page length several ten thousand, but I see the </html> often lost, the HTML be truncated! I sure the page is complete.
Somebody help?
Offline
Are you using the latest 1.18 revision?
There is a "TextTruncateAtLength: integer" parameter to the TSynLog.Add.Log() method, but it is set by default to maxInt, so should never truncate the content.
Offline
I just found version info in SynCommons.pas, I'm sure I'm using 1.18
SYNOPSE_FRAMEWORK_VERSION = '1.18'{$ifdef LVCL}+' LVCL'{$endif};
Offline
1.18 started more than one year ago.
When did you download it?
(just to be sure that you have the latest version)
See http://synopse.info/files/mORMotNightlyBuild.zip
and http://synopse.info/files/sqlite3obj.7z
Offline
Pages: 1