NAME
	log

SYNOPSIS
	log [ default | error ]

DESCRIPTION
	There are two logfiles in psd. The default logfile (called psd.def) 
	logs all messages sent to the stdout and stderr. The error logfile 
	(called psd.log) contains only messages that are sent to stderr. The
	log command displays log files using the UNIX less command.

	When log is invoked without any argument, then both logfiles are 
	displayed. A specific logfile is displayed when an argument is passed 
	to the command.

See Also: 
	clear, summary
