Click or drag to resize
MessageManagerDispatchLogNodesAsNormalMessages Method
Dispatches the log nodes from the tree with root rootNode as normal messages.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MessageReporting
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public void DispatchLogNodesAsNormalMessages(
	LogNode rootNode,
	string source,
	string description
)

Parameters

rootNode
Type: SD.LLBLGen.Pro.Core.GeneralDataStructuresLogNode
The root node.
source
Type: SystemString
The source.
description
Type: SystemString
The description.
See Also