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: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public static TraceListener TraceListener { get; set; }
Visual Basic
Public Shared Property TraceListener As TraceListener
	Get
	Set

Property Value

Type: TraceListener
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