Use Logger Module
This commit is contained in:
@@ -11,6 +11,7 @@ Public Class frmAnnotations
|
||||
Me.Cursor = Cursors.Default
|
||||
Me.Close()
|
||||
Catch ex As Exception
|
||||
LOGGER.Error(ex)
|
||||
MsgBox(ex.Message, MsgBoxStyle.Critical)
|
||||
Me.Cursor = Cursors.Default
|
||||
End Try
|
||||
|
||||
Reference in New Issue
Block a user