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.10.0.0 (5.10.0)
Syntaxpublic LogNode AddChildNode(
	LogNodeType typeOfNodeToAdd,
	string messageFormat,
	params Object[] arguments
)
Public Function AddChildNode ( 
	typeOfNodeToAdd As LogNodeType,
	messageFormat As String,
	ParamArray arguments As Object()
) As LogNode
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