MS V2.7 .Net Logger etc
This commit is contained in:
@@ -63,7 +63,7 @@ Public Class frmChooseParentRecord
|
||||
Try
|
||||
ColorRow = Color.FromName(rowCellValue)
|
||||
Catch ex As Exception
|
||||
ClassLogger.Add(">> RowBackColor '" & rowCellValue & "'could not be converted from name!", False)
|
||||
LOGGER.Warn("RowBackColor '" & rowCellValue & "'could not be converted from name!")
|
||||
Exit Sub
|
||||
End Try
|
||||
'Dim c As Color = DirectCast(rowCellValue, Color)
|
||||
@@ -71,7 +71,7 @@ Public Class frmChooseParentRecord
|
||||
e.HighPriority = True
|
||||
End If
|
||||
Catch ex As Exception
|
||||
ClassLogger.Add(">> Unexpected Error in RowStyle: " & ex.Message, False)
|
||||
LOGGER.Warn("Unexpected Error in RowStyle: " & ex.Message)
|
||||
End Try
|
||||
End If
|
||||
|
||||
|
||||
Reference in New Issue
Block a user