Write(Text: String; Category: String);
Text - text of the message that must be displayed.
Category - name of the category that is used to organize output data.
The Write method displays a user message. This method must be redetermined in the custom class.
The method use is given in description of the IDebugListeners.Add method.
See also: