SharpLeaf Reference > SharpLeaf Methods > SaveLog Method SharpLeaf.SaveLog Method
Save completed report as a readable log file.
The optional prescan flag will parse any HTML tagged text into simple settings of font and associated text fragments. It will also ensure 7-bit ASCII output by HTML-encoding any hi-bit or Unicode characters.
The standard log only records drawing instructions – this makes it ideal for text comparison tools to check for changes to graphics output. The optional detail flag will add logging of internal settings (used for animations and JavaScript handlers) if you need to debug these.
Overloads
Example
lf.SaveLog("myreport.log");
See also ...SharpLeaf Members | SharpLeaf.RenderLog Method
Send comments on this topic © Dyalog Ltd 2021
|