MS Logging

This commit is contained in:
Developer01
2024-10-08 13:48:39 +02:00
parent bcbb88a4a4
commit b81ac40139
8 changed files with 27 additions and 13 deletions

View File

@@ -52,12 +52,15 @@ Namespace DocumentResultList
Select Case Mode
Case OperationMode.NoAppServer
Logger.Debug($"DRL Loader - Loading Document Load_FromWindream ")
oDocument = Load_FromWindream(pObjectId, pFullPath)
Case OperationMode.WithAppServer
Logger.Debug($"DRL Loader - Loading Document with AppServer ")
oDocument = Load_FromIDB(pObjectId)
Case OperationMode.ZooFlow
Logger.Debug($"DRL Loader - Loading Document from Zooflow")
oDocument = Load_FromZooflow(pObjectId)
Case Else