next up previous
Next: Information Service Up: l1soft_1107_online Previous: Inter Process Communication (2)

Message Reporting Service



Introduction



Example

  #include "mrs/message.h"
  
  IPCPartition partition ("Murrough");
  MRSStream mout (partition);
  
  mout << messname1 << MRS_FATAL << ENDM;
  mout << messname2 << MRS_PARAM<int>("par",2)
       << MRS_WARNING << ENDM;
  mout << messname3 << MRS_TEXT("some arbitrary text")
       << MRS_ERROR << ENDM;


next up previous
Next: Information Service Up: l1soft_1107_online Previous: Inter Process Communication (2)
Murrough Landon (m.p.j.landon@qmul.ac.uk)