2. Expected output |
verbosity levels:
debug:
description: used for software development and maintenance
errors:
description: display only error state information (an error state makes it impossible for an application to complete)
information:
description: 'display information, warning and error messages (lists messages about important events generated by an application)'
warnings:
comment: this is the default
description: display warning and error state information (a warning state allows an application to continue but you should thoroughly check any output)
|