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
)
Public Sub DispatchLogNodesAsNormalMessages (
rootNode As LogNode,
source As String,
description As String
)
Parameters
- rootNode
- Type: SD.LLBLGen.Pro.Core.GeneralDataStructuresLogNode
The root node. - source
- Type: SystemString
The source. - description
- Type: SystemString
The description.
See Also