use Logging Module EVERYWHERE, fix some MarvMan bugs
This commit is contained in:
@@ -46,7 +46,7 @@ Public Class SQLConfigAutoIndex
|
||||
MsgBox("Excactly 1 record was returned!", MsgBoxStyle.Information)
|
||||
End If
|
||||
End If
|
||||
CURRENT_SQLRESULT = sql_command
|
||||
CURRENT_SQLRESULT = sql_command
|
||||
DTSQL_RESULT = dt
|
||||
frmSQL_Result.ShowDialog()
|
||||
End If
|
||||
@@ -115,7 +115,8 @@ Public Class SQLConfigAutoIndex
|
||||
' End If
|
||||
|
||||
Catch ex As Exception
|
||||
ClassLogger.Add(" - Unexpected error in TestSQL - Fehler: " & vbNewLine & ex.Message)
|
||||
LOGGER.Info(" - Unexpected error in TestSQL - Fehler: " & vbNewLine & ex.Message)
|
||||
LOGGER.Error(ex.message)
|
||||
MsgBox(ex.Message, MsgBoxStyle.Critical, "Unexpected error in TestSQL:")
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user