logoutput

PURPOSE ^

LOGOUTPUT - embed a log string into an error message, used in the nightly runs.

SYNOPSIS ^

function logoutput(logstring,message)

DESCRIPTION ^

LOGOUTPUT - embed a log string into an error message, used in the nightly runs.

   Usage:
      logoutput(logstring,message)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function logoutput(logstring,message)
0002 %LOGOUTPUT - embed a log string into an error message, used in the nightly runs.
0003 %
0004 %   Usage:
0005 %      logoutput(logstring,message)
0006 
0007 disp(sprintf('%s%s',logstring,message));

Generated on Sun 29-Mar-2009 20:22:55 by m2html © 2003