Visual Guard Class Library Documentation

VGSecurityManager.TraceListener Property

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

public static TraceListener TraceListener {get; set;}

Property 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

VGSecurityManager Class | Novalys.VisualGuard.Security Namespace