00001 #ifndef FEE_LOGLEVELS_H
00002 #define FEE_LOGLEVELS_H
00003
00007
00008 const int Msg_Info = 1;
00012
00013 const int Msg_Warning = 2;
00017
00018 const int Msg_Error = 4;
00022
00023 const int Msg_Failure_Audit = 8;
00027
00028 const int Msg_Success_Audit = 16;
00029
00033
00034 const int Msg_Debug = 32;
00035
00039
00040 const int Msg_Alarm = 64;
00041
00042
00046
00047 const int Msg_Max_Val = 127;
00048
00049
00053
00054 const int Msg_Detector_Size = 4;
00058
00059 const int Msg_Source_Size = 256;
00063
00064 const int Msg_Description_Size = 256;
00068
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