Error Tab of Log Window: Difference between revisions

From Sysgem Support
Jump to navigationJump to search
Created page with "'Tips for developers working within the Sysgem Enterprise Manager (SEM) environment'. ---- ''How to make an entry in the Error tab of the Log Window:'' '''Error Tab Log Messa..."
 
(No difference)

Latest revision as of 14:51, 9 June 2011

'Tips for developers working within the Sysgem Enterprise Manager (SEM) environment'.


How to make an entry in the Error tab of the Log Window:


Error Tab Log Messages

Send the following output from a script, e.g. from a Windows script:

print "\@{{ON\n";
print "this is the error message\n";
print "\@{{ERROR\n";
print "\@{{OFF\n";

This produces an entry in the Error tab of the log window as follows: