Use Logger Module

This commit is contained in:
Jonathan Jenne
2019-04-16 14:01:35 +02:00
parent 4c86bd4c5c
commit 31bf65a5f0
37 changed files with 938 additions and 859 deletions

View File

@@ -14,7 +14,8 @@
My.Settings.frmValidatorSearchPosition = Me.Location
My.Settings.Save()
Catch ex As Exception
ClassLogger.Add("Error in Save FormLayout: " & ex.Message)
LOGGER.Error(ex)
LOGGER.Info("Error in Save FormLayout: " & ex.Message)
End Try
End Sub