|
JavaPowUpload 2.1
LogArea Parameters |
Home
page Contact
support
|
JavaPowUpload LogArea parameters
For more information on how to setup the JavaPowUpload parameters see How to section.
Note: Starting from version 1.2.1, the LogArea is hidden by default.
| Parameter name | Type | Desciption | Default value |
|---|---|---|---|
| Common.LogArea.Visible | boolean | It determines whether the LogArea is visible. | false |
| Common.LogArea.ShowServerResponse | boolean | It determines whether JavaPowUPload should display server response(http upload mode) in log area. | false |
| Common.LogArea.BackgroundColor | color | Action log background color | #FFFFFF |
| Common.LogArea.FontName | string | Font name | Tahoma |
| Common.LogArea.FontStyle | integer | Font style | 0 |
| Common.LogArea.FontSize | integer | Font size | 12 |
| Common.LogArea.RegularMessageColor | color | Regular text color in action log | #000000 |
| Common.LogArea.ErrorMessageColor | color | Error message text color in action log | #FF0000 |
| Common.LogArea.InformationMessageColor | color | Information text color in action log | #0000FF |
| Common.LogArea.StartupDeviderLocation | float | Double-precision floating point value that specifies a percentage, from zero (top/left) to 1.0 (bottom/right) | 1.0 |
| Common.LogArea.StatusMessage.StartingFile | string | Pattern for a start file in action log | [#TIME#] #MODE#: Starting file #FILENAME# |
| Common.LogArea.StatusMessage.FinishFile | string | Pattern for a finish file event in action log | [#TIME#] #MODE#: File complete #FILENAME# |
| Common.LogArea.StatusMessage.Error | string | Pattern for an error in action log | [#TIME#] #MODE#: #ERRORMESSAGE# |
| Common.LogArea.StatusMessage.HttpDownloadMode | string | http download mode name for action log | Http download |
| Common.LogArea.StatusMessage.HttpUploadMode | string | http upload mode name for action log | Http upload |
| Common.LogArea.StatusMessage.FtpDownloadMode | string | ftp download mode name for action log | Ftp download |
| Common.LogArea.StatusMessage.FtpUploadMode | string | ftp upload mode name for action log | Ftp upload |