FMExErrorLogger Class Interface
Implement this interface and assign an instance to FMEx.ErrorLogger to handle non-fatal error messages. Note that by default these classes will send errors to System.DebugLog in debug builds.
Methods
Expand All | Collapse All
-
LogError ( error As String )
This method is invoked when the classes encounter a non-fatal error.