Gets or sets the TraceListener object used to trace Visual Guard messages.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public static TraceListener TraceListener { get; set; }
Visual Basic (Declaration)
Public Shared Property TraceListener As TraceListener

Field Value

If the value is null (Nothing), the Visual Guard messages will be only traced in the listeners attached to the Trace. if the value is not null, the Visual Guard messages will be traced in the given listener and in the listeners attached to the Trace.

Remarks

By default, if the trace is enabled, Visual Guard will trace its messages in the VGTRaceOut.txt file.

See Also