<utility : Echo>

Description

Writes a message to the Ant logging facilities.

Parameters

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
  • error
  • warning
  • info
  • verbose
  • debug

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"] ?

Parameters accepted as nested elements

This Task accepts text in its element body.