jj: add logs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user