Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

fee_loglevels.h

00001 #ifndef FEE_LOGLEVELS_H
00002 #define FEE_LOGLEVELS_H
00003 
00007 //#define MSG_INFO    1
00008 const int Msg_Info = 1;
00012 //#define MSG_WARNING 2
00013 const int Msg_Warning = 2;
00017 //#define MSG_ERROR   4
00018 const int Msg_Error = 4;
00022 //#define MSG_FAILURE_AUDIT 8
00023 const int Msg_Failure_Audit = 8;
00027 //#define MSG_SUCCESS_AUDIT 16
00028 const int Msg_Success_Audit = 16;
00029 //#define MSG_SUCCESS_AUDIT 10
00033 //#define MSG_DEBUG   32
00034 const int Msg_Debug = 32;
00035 //#define MSG_DEBUG   20
00039 //#define MSG_ALARM   64
00040 const int Msg_Alarm = 64;
00041 //#define MSG_ALARM   40
00042 
00046 //#define MSG_MAX_VAL 127
00047 const int Msg_Max_Val = 127;
00048 
00049 
00053 //#define MSG_DETECTOR_SIZE       4
00054 const int Msg_Detector_Size = 4;
00058 //#define MSG_SOURCE_SIZE         256
00059 const int Msg_Source_Size = 256;
00063 //#define MSG_DESCRIPTION_SIZE    256
00064 const int Msg_Description_Size = 256;
00068 //#define MSG_DATE_SIZE           20
00069 const int Msg_Date_Size = 20;
00070 
00074 #define MSG_DIM_STRUCTURE       "I:1;C:4;C:256;C:256;C:20;"
00075 
00076 #endif

Generated on Fri Mar 30 02:54:33 2007 for InterComLayer by doxygen 1.3.5