vmbx/vmbxengine/inc/vmbxlogger.h
changeset 19 e44a8c097b15
parent 12 ae8abd0db65c
equal deleted inserted replaced
15:d7fc66ccd6fb 19:e44a8c097b15
    37 * 0 = No logging
    37 * 0 = No logging
    38 * 1 = Flogger
    38 * 1 = Flogger
    39 * 2 = RDebug
    39 * 2 = RDebug
    40 ***************************/
    40 ***************************/
    41 
    41 
    42 #define VMB_LOGGING_METHOD      1   // UREL BUILD
    42 #define VMB_LOGGING_METHOD      0   // UREL BUILD
    43 
    43 
    44 #else
    44 #else
    45 
    45 
    46 #ifdef __WINS__
    46 #ifdef __WINS__
    47 #define VMB_LOGGING_METHOD      2   // UDEB BUILD, WINS
    47 #define VMB_LOGGING_METHOD      1   // UDEB BUILD, WINS
    48 #else
    48 #else
    49 #define VMB_LOGGING_METHOD      2   // UDEB BUILD, HW
    49 #define VMB_LOGGING_METHOD      2   // UDEB BUILD, HW
    50 #endif // __WINS__
    50 #endif // __WINS__
    51 
    51 
    52 #endif // _DEBUG
    52 #endif // _DEBUG