jj: add logs

This commit is contained in:
Jonathan Jenne 2018-04-10 14:53:25 +02:00
parent 31cb0da1d7
commit f7dd16df38

View File

@ -56,6 +56,7 @@ Public Class ClassWindream_allgemein
Me.oConnect = CreateObject("Windream.WMConnect") Me.oConnect = CreateObject("Windream.WMConnect")
'MsgBox("windrem init 'ed") 'MsgBox("windrem init 'ed")
Catch ex As Exception Catch ex As Exception
If LogErrorsOnly = False Then ClassLogger.Add($"Error while creating WMConnect Object: {vbCrLf}{ex.Message}", False)
Return False Return False
End Try End Try
@ -114,6 +115,7 @@ Public Class ClassWindream_allgemein
End If End If
If LogErrorsOnly = False Then ClassLogger.Add($" >> windream login successful", False)
Return True Return True
Catch ex As Exception Catch ex As Exception