omads/omadsextensions/adapters/sms/inc/Logger.h
branchRCL_3
changeset 52 4f0867e42d62
parent 51 8e7494275d3a
equal deleted inserted replaced
51:8e7494275d3a 52:4f0867e42d62
    18 
    18 
    19 #ifndef __LOGGER_H__
    19 #ifndef __LOGGER_H__
    20 #define __LOGGER_H__
    20 #define __LOGGER_H__
    21 
    21 
    22 #ifdef _DEBUG
    22 #ifdef _DEBUG
    23     
    23     #ifdef __WINS__
    24     // Define this to enable file logging
    24         // File logging for WINS
    25     #define __FLOGGING__
    25         #define __FLOGGING__
       
    26     #else
       
    27         // Logging with RDebug for target HW
       
    28         #define __CLOGGING__
       
    29         //#define __FLOGGING__ // enable to log file on target HW
       
    30     #endif //__WINS__
    26     
    31     
    27     #include <f32file.h>
    32     #include <f32file.h>
    28     #include <flogger.h>
    33     #include <flogger.h>
    29     #include <e32std.h>
    34     #include <e32std.h>
    30     #include <e32def.h>
    35     #include <e32def.h>