OxMathErrorLogger Class Interface
Implement this interface and assign an instance to OxMath.ErrorLogger to handle non-fatal error messages. Note that errors are only logged in debug builds or when the OxMath.kReleaseBuildErrorChecking constant is set to True.
Methods
Expand All | Collapse All
-
LogError ( error As String )
This method is invoked when the library encounters a non-fatal error.