Gets or sets a debug level.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
Public Property DebugScriptLevel As Integer
public int DebugScriptLevel { get; set; }
Type: System.Int32
The debug level. The following values are supported:
| Value | Description |
|---|---|
| 0 | Show no messages at all. |
| 1 | Show errors only. |
| 2 | Show errors and debug messages from Image Uploader Flash. |
| 3 | Show errors, debug messages from Image Uploader Flash, and information messages. |
If DebugScriptLevel is greater than 0, the uncompressed client-side scripts are used.
Default value is 0.