omads/omadsextensions/adapters/bookmark/inc/logger.h
branchRCL_3
changeset 51 8e7494275d3a
parent 0 dab8a81a92de
child 52 4f0867e42d62
equal deleted inserted replaced
48:2bb96f4ecad8 51:8e7494275d3a
    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     
    24     #ifdef __WINS__
    24     // Define this to enable file logging
    25         // File logging for WINS
    25     #define __FLOGGING__
    26         #define __FLOGGING__
       
    27     #endif //__WINS__
       
    28     
    26     
    29     #include <e32svr.h>
    27     #include <e32svr.h>
    30     #ifdef __FLOGGING__
    28     #ifdef __FLOGGING__
    31         #include <f32file.h>
    29         #include <f32file.h>
    32         #include <flogger.h>
    30         #include <flogger.h>