!EVTMSG.MAP 1.0(100) ! symbols for EVTMSG.SBX !-------------------------------------------------------------------------- !EDIT HISTORY ![100] January 22, 2005 04:40 PM Edited by Jack ! Created !-------------------------------------------------------------------------- MAP1 EVTMSG'FSPEC,S,32,"OPR:EVTMSG.LOG" ! filespec for logging messages MAP1 EVTMSG'SYMBOLS MAP2 EVL'DEBUG,B,1,0 MAP2 EVL'INFO,B,1,1 MAP2 EVL'WARN,B,1,2 MAP2 EVL'ERROR,B,1,3 MAP2 EVL'FATAL,B,1,4 MAP2 EVL'LOG,B,1,16 ! output to log (with or w/o msgbox) MAP2 EVL'NOMSG,B,1,32 ! turns off msgbox MAP2 EVL'LOGONLY,B,1,48 ! output to log only (no msgbox) MAP1 EVT'SBRMSG MAP2 EVT'SBRMSG'CAT,B,1,22 ! message category in sys:sbrmsg.xxx MAP2 EVT'SBRMSG'FILE,S,6,"SBRNAM" MAP2 EVT'SBRMSG'OFFSET,B,1,10 ! offset from EVL'xxx to msg no