##
do {warn "$logfile not found"; return $warning} unless -e $logfile;
####
#
# read whole log file
#
if( &readFileContents( $logFile, $ContentsLoadMsg ) == $FALSE )
{
&ResCode("E_LOADMSG_ERROR");
:
&BrowseCode("Could not open \"$logFile\"");


&SummaryCode("E_MISLOAD_ERROR");
return $FALSE;
}