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

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("2.5.7.0")>
<Assembly: AssemblyFileVersion("2.5.7.0")>
<Assembly: AssemblyVersion("2.5.8.0")>
<Assembly: AssemblyFileVersion("2.5.8.0")>