Error Tab of Log Window

From Sysgem Support
Revision as of 14:51, 9 June 2011 by Mike.schofield (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

'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: