Listeners: IDebugListeners;
The Listeners property returns the collection of elements that are used to display debug output.
By default, this collection contains only one element that is development environment console.
The example of use is given in description of the IDebugListeners.Add method.
See also: