locationdataharvester/mylocationlogger/inc/mylocloggingconfiguration.h
changeset 35 59575560d1e6
parent 17 0f22fb80ebba
equal deleted inserted replaced
31:8db05346071b 35:59575560d1e6
    23 
    23 
    24 /**
    24 /**
    25 * Have this line active if you want to have logging for this component.
    25 * Have this line active if you want to have logging for this component.
    26 * Comment this line out if you don't want any logging for this component.
    26 * Comment this line out if you don't want any logging for this component.
    27 */
    27 */
    28 #define _MYLOCLOGGING
    28 //#define _MYLOCLOGGING
    29 
    29 
    30 /**
    30 /**
    31 * Have this line active if you want to have logging to file.
    31 * Have this line active if you want to have logging to file.
    32 * Comment this line out if you want to have logging via RDebug::Print.
    32 * Comment this line out if you want to have logging via RDebug::Print.
    33 */
    33 */