Logging und Bugfixes

This commit is contained in:
Digital Data - Marlon Schreiber
2019-06-27 17:04:48 +02:00
parent 18ae60e75d
commit 25f8db19ad
41 changed files with 142 additions and 145 deletions

View File

@@ -82,7 +82,7 @@ Public Class clsWorker
MAIL_USER_PW = ""
CURRENT_POLL_TYPE = oDR_Profile.Item("POLL_TYPE")
Logger.Info(String.Format("Working on profile: ({0}-{1}-{2}) ", oDR_Profile.Item("GUID"), oDR_Profile.Item("PROFILE_NAME"), CURRENT_POLL_TYPE))
Logger.Debug(String.Format("Working on profile: ({0}-{1}-{2}) ", oDR_Profile.Item("GUID"), oDR_Profile.Item("PROFILE_NAME"), CURRENT_POLL_TYPE))
CURRENT_EMAIL_GUID = oDR_Profile.Item("EMAIL_CONF_ID")
Dim EMAIL_PROF_TABLE As DataTable = DT_TBDD_EMAIL
@@ -145,7 +145,7 @@ Public Class clsWorker
End If
Next
Else
Logger.Info(String.Format("No emails for profile!"))
Logger.Debug(String.Format("No emails for profile!"))
End If
Else
Logger.Warn("For the Email-Profile ID " & CURRENT_EMAIL_GUID & " no record could be found!")