Click or drag to resize

VGSecurityManagerTraceLevel Property

Gets or sets the level of the Visual Guard trace.

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 TraceLevel TraceLevel { get; set; }

Property Value

Type: TraceLevel
Remarks
This trace level specifies to Visual Guard what messages to trace. By default, the level is TraceLevel.Info when a debugger is attached to the application and TraceLevel.Off otherwise. You can also set the trace level by configuring a "VisualGuard" TraceSwitch in your application configuration file.

Off: Visual Guard does not generate trace. Error: Visual Guard will trace only error messages. Warning: Visual Guard will trace error messages, Initialization information, Authentication or authorization or password modification status. Info: Visual Guard will trace error messages, Initialization information, Authentication or authorization or password modification status, information about permission sets and Security actions. Verbose: All messages. You can use this option to trace information when a problem occurs and send this trace to the support for helping us to resolve the problem.

See Also