| Attribute | Description | Type | Required? |
| append | If true, append to existing file. | boolean | ? |
| file | File to write to. | File | ? |
| message | Message to write. | String | ? |
| level |
Set the logging level. Level should be one of
The default is "warning" to ensure that messages are displayed by default when using the -quiet command line option. |
String ["error", "warning", "info", "verbose", "debug"] | ? |
This Task accepts text in its element body.