Click or drag to resize

VGSecurityManagerTraceListener Property

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: 2018.1.720.18 (2018.1.0720.18)
Syntax
public static TraceListener 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