6.1.2.14. PrintAMessage¶
Output a message
This rule outputs informational text during the build and clean actions that can be used to document and structure the build process.
Options¶
The following places define options that affect this rule: BuildSystemIntegration, Project-GlobalOptions
abort_on_error¶
abort_on_error : bool = True
build_message¶
build_message : str | None = None
clean_message¶
clean_message : str | None = None
output_stream¶
output_stream : FileStream = 'STDOUT'
with_timestamp¶
with_timestamp : bool = False
Option Types¶
These types are used by options listed above:
FileStream¶
An enumeration.STDOUT
STDERR