Gets a value indicating whether the log is enabled for the current repository.

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 bool LogEnabled { get; }
Visual Basic
Public Shared ReadOnly Property LogEnabled As Boolean
	Get

Property Value

Type: Boolean

Remarks

To enable or disable logging, you must change the property "Log Enabled" of your repository in the Visual Guard console.

For more information about Logging features, see Using Visual Guard Logging features.

See Also