Fix dependencies, improve logging

This commit is contained in:
Jonathan Jenne
2022-10-10 09:35:28 +02:00
parent 6325fd7e68
commit a63bf73ca6
8 changed files with 193 additions and 45 deletions

View File

@@ -379,18 +379,18 @@ Namespace Winline
Dim oTableName As String = oTable.Name
Dim oItemName As String = oItem.Name
Logger.Debug("Processing item [{0}]", oItemName)
If oItem.Config.Function Is Nothing Then
Continue For
End If
Logger.Debug("Processing item [{0}]", oItemName)
Dim oFunction = oItem.Config.Function.Name
Dim oPath = $"//MESOWebService/{oTableName}/{oItemName}"
Dim oNodes As XmlNodeList = oXMLDocument.SelectNodes(oPath)
Logger.Debug("Calling function [{0}] on note [{1}]", oFunction, oPath)
Logger.Debug("Calling function [{0}] on node [{1}]", oFunction, oPath)
For Each oNode As XmlNode In oNodes
If oItem.Config.Function.Name = "GLN" Then