WgetSettings.

Debug Property

Summary

Turn on debug output, meaning various information important to the developers of Wget if it does not work properly.

Your system administrator may have chosen to compile Wget without debug support, in which case Debug will not work. Please note that compiling with debug support is always safe. Wget compiled with the debug support will not print any debug info unless requested with Debug.

Assembly
Cake.Wget.dll
Namespace
Cake.Wget
Containing Type
WgetSettings

Syntax

public bool Debug { get; set; }

Attributes

Type Description
WgetArgumentNameAttribute

Value

Type Description
bool