ENUM
Config.RenderLoggingMode¶
public enum RenderLoggingMode
Configuration options to control logging during a render pass.
Cases¶
none¶
case none
No data will be recorded for WorkflowNode render timings.
rootsOnly¶
case rootsOnly
Render timings will only be recorded for root nodes in a Workflow tree.
allNodes¶
case allNodes
Render timings will be recorded for all nodes in a Workflow tree. N.B. performance may be noticeably impacted when using this option.