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