Jobs: Update to Nlog 5 - Version 1.11.0.0

This commit is contained in:
Jonathan Jenne
2022-11-25 13:01:12 +01:00
parent c5973c86c9
commit 7b249fb9cb
5 changed files with 10 additions and 13 deletions

View File

@@ -198,7 +198,6 @@ Public Class ImportZUGFeRDFiles
Dim oMissingProperties As New List(Of String)
Dim oMD5CheckSum As String = String.Empty
_logger.NewBlock($"Message Id {oMessageId}")
_logger.Info("Start processing file group {0}", oMessageId)
Try
@@ -540,8 +539,6 @@ Public Class ImportZUGFeRDFiles
_logger.Warn("Could not move files!")
_logger.Error(ex)
Throw ex
Finally
_logger.EndBlock()
End Try
Try