improve logging

This commit is contained in:
Jonathan Jenne
2021-08-09 13:27:27 +02:00
parent c761aabc79
commit 152b5157b8
6 changed files with 49 additions and 8 deletions

View File

@@ -69,6 +69,7 @@ Public Class clsEncryption
' Convert the plaintext stream to a string.
Return result
Catch ex As Exception
Logger.Error(ex)
Return Nothing
End Try