NAME
	level

SYNOPSIS
	level

DESCRIPTION
	The level command displays a message indicating the error reporting
	level.  Four error reporting levels are available as described below:

	* silent No errors are reported.

	* terse The name of the failing test is reported and timestamped.

	* normal In addition to the terse error message, an error message
	  describing the cause of the failure is reported.

	* verbose In addition to the normal error message, more detailed error
	  information is reported.

	The default error reporting level is normal.  The silent level provides
	the fastest test execution but no diagnostic capability.  The verbose
	level provides the most detailed error messages.  Both silent and
	verbose levels are used primarily by Engineering and Manufacturing
	personnel.

See Also: 
	bell, normal, silent, terse, verbose


