Windream: Update to Nlog 5 - Version 1.7.0.0

This commit is contained in:
Jonathan Jenne
2022-11-25 13:06:23 +01:00
parent fb5527036a
commit e91af7de7c
4 changed files with 6 additions and 9 deletions

View File

@@ -715,7 +715,6 @@ Public Class Windream
Dim oTargetDrive As String = Path.GetDirectoryName(FilenameTarget)
FilenameTarget = GetNormalizedPath(FilenameTarget, True)
_logger.NewBlock("File Stream")
_logger.Debug($"Preparing to stream file from {FilenameSource} to {FilenameTarget}")
Dim oWMObject As IWMObject6 = Nothing
@@ -791,8 +790,6 @@ Public Class Windream
NewDocumentID = oDocid(0)
End If
_logger.EndBlock()
Return True
End Function