Whether verbose logging is turned on.

Namespace:  Mindscape.LightSpeed.Configuration
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[ConfigurationPropertyAttribute("verboseLogging")]
public Nullable<bool> VerboseLogging { get; }
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("verboseLogging")> _
Public ReadOnly Property VerboseLogging As Nullable(Of Boolean)

See Also