Gets or sets the level of the Visual Guard trace.
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.
VGSecurityManager Class | Novalys.VisualGuard.Security Namespace