IDebug.Listeners

Syntax

Listeners: IDebugListeners;

Description

The Listeners property returns the collection of elements that are used to display debug output.

Comments

By default, this collection contains only one element that is development environment console.

Example

The example of use is given in description of the IDebugListeners.Add method.

See also:

IDebug