The ITrace interface is used internally by ActiveMQ to log messages. The client aplication may provide an implementation of ITrace if it wishes to route messages to a specific destination.

Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Public Interface ITrace
C#
public interface ITrace
Visual C++
public interface class ITrace
JavaScript
Apache.NMS.ITrace = function();
Apache.NMS.ITrace.createInterface('Apache.NMS.ITrace');

Remarks

Use the Tracer class to register an instance of ITrace as the active trace destination.

See Also