Ms logging

This commit is contained in:
2024-06-25 15:45:00 +02:00
parent 322fb2fd7e
commit 27a5538229
2 changed files with 7 additions and 3 deletions

View File

@@ -38,6 +38,8 @@ Namespace Jobs.FinalizeDocument
For Each oJSON In pInstantJSONList
If AddInstantJSONAnnotationToPDF(oJSON) = False Then
Logger.Warn($"Error in AddInstantJSONAnnotationToPDF - oJson: ")
Logger.Warn(oJSON)
Throw New BurnAnnotationException($"Adding Annotation failed")
End If
Next