SharpCvsLib

Debug.Enabled Property

true
if the debug log is enabled,
false
otherwise. If this is false nothing will be logged to the request and response files. This is set to
DEFAULT_ENABLED

[Visual Basic]
Public Property Enabled As Boolean
[C#]
public bool Enabled {get; set;}

Property Value

Missing <value> documentation for P:ICSharpCode.SharpCvsLib.Config.Logging.Debug.Enabled

See Also

Debug Class | ICSharpCode.SharpCvsLib.Config.Logging Namespace