The macro waits for a log to become available.
The following table describes the macro specific attributes for the macro:
| Macro Specific Attributes | ||
| Attribute | Description | Required |
| log | The path to the log. The path can be an absolute path or a path relative to the base directory of the build file. | Yes |
| max | The maximum number of seconds to wait. The default is 5. | No |
| property | The name of the property to create if the wait times out. | No |
<LogWait file="mylog.log" max="10"/>