telephonyserverplugins/simtsy/inc/Simlog.h
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
19:1f776524b15c 20:244d7c5f118e
    62  *  @internalComponent
    62  *  @internalComponent
    63  */
    63  */
    64 
    64 
    65 #include <comms-infras/commsdebugutility.h>
    65 #include <comms-infras/commsdebugutility.h>
    66 #include <etelmm.h>
    66 #include <etelmm.h>
       
    67 #include "SimTsy.h"
    67 
    68 
    68 #ifdef _DEBUG
    69 #ifdef _DEBUG
    69 #define _SIMTSY_LOGGING_ENABLED
    70 #define _SIMTSY_LOGGING_ENABLED
    70 #endif
    71 #endif
    71 
    72 
    72 
    73 
    73 #ifdef _SIMTSY_LOGGING_ENABLED
    74 #ifdef _SIMTSY_LOGGING_ENABLED
    74 
       
    75 _LIT8(KSIMTSYSubSystem, "SIMTSY");
       
    76 
    75 
    77 #define SIMTSYFLOG1(N,A)                 { \
    76 #define SIMTSYFLOG1(N,A)                 { \
    78 									  _LIT8(KLogString, A); \
    77 									  _LIT8(KLogString, A); \
    79 									  __FLOG_STATIC0(KSIMTSYSubSystem,(N),KLogString); \
    78 									  __FLOG_STATIC0(KSIMTSYSubSystem,(N),KLogString); \
    80 									  }
    79 									  }