MessageManager.DispatchLogNodesAsNormalMessages Method |
Dispatches the log nodes from the tree with root rootNode as normal messages.
Namespace: SD.LLBLGen.Pro.ApplicationCore.MessageReportingAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic 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.GeneralDataStructures.LogNode
The root node. - source
- Type: System.String
The source. - description
- Type: System.String
The description.
See Also