Attribute | Description | Required
|
---|---|---|
name | The name of the file this logger is associated with. | yes |
action | This tells the logger what to do: should it start recording or stop? The first time that the recorder task is called for this logfile, and if this attribute is not provided, then the default for this attribute is "start". If this attribute is not provided on subsequent calls, then the state remains as previous. [Values = start|stop, Default = no state change] | no |
append | Should the recorder append to a file, or create a new one? This is only applicable the first time this task is called for this file. [Values = yes|no, Default=yes] | no |
emacsmode | Removes [task] banners like Ant's -emacs command line switch if set to true. | no, default is false |
loglevel | At what logging level should this recorder instance record to? This is not a once only parameter (like append is) - you can increase or decrease the logging level as the build process continues. [Values= error|warn|info|verbose|debug, Default = no change] | no |