The IDebugListener interface contains basic methods that are used to output debugging information.
These methods must be redetermined in the custom class.
| Method name | Brief description | |
| Fail | The Fail method displays an error message. | |
| Write | The Write method displays a user message. |
See also: