Click or drag to resize

GeneratorTasksResultLog Property

Gets the TasksResultLog lognode, which is the root node in the lognode tree to which logging is done by task performers.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public LogNode TasksResultLog { get; }

Property Value

Type: LogNode

Implements

IGeneratorTasksResultLog
See Also