MS Logging
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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")>
|
||||
|
||||
Reference in New Issue
Block a user