Gets or sets the level of the Visual Guard trace.

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 TraceLevel TraceLevel { get; set; }
Visual Basic
Public Shared Property TraceLevel As 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