Common Reference > Document Class > RenderLog Method

Document.RenderLog Method

Return document as a readable log.

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

Result

Readable version of internal document macros.

Example

   log = doc.RenderLog();  // Retern document log

See also ...

SharpPlot.RenderChartLog Method | SharpLeaf.RenderLog Method | Document.Members | Document.SaveLog Method


Send comments on this topic
© Dyalog Ltd 2021