Common Reference > Document Class > RenderLog Method > (Boolean,Boolean) Document.RenderLog Method (Boolean,Boolean)
Return document as a readable log.
public string RenderLog(
bool prescan,
bool detail
);
-
prescan
- Flag to allow the prescan code to run on the intermediate page format.
-
detail
- Flag to allow ids and other detail to be shown in addition to basic logging.
-
return value
- Readable version of internal document macros.
See also ...Document.Members | Document.RenderLog Method
Send comments on this topic © Dyalog Ltd 2021
|