Click or drag to resize

LogNodeAddChildNode Method

Adds a new child node to this node.

Namespace:  SD.LLBLGen.Pro.Core.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public LogNode AddChildNode(
	LogNodeType typeOfNodeToAdd,
	string messageFormat,
	params Object[] arguments
)

Parameters

typeOfNodeToAdd
Type: SD.LLBLGen.Pro.CoreLogNodeType
The type of node to add
messageFormat
Type: SystemString
the message of the node, in string.format format
arguments
Type: SystemObject
the optional arguments to pass to string.format

Return Value

Type: LogNode
See Also