locationmanager/inc/locationmanagerdebug.h
changeset 1 acef663c1218
parent 0 c53acadfccc6
child 19 b73252188534
equal deleted inserted replaced
0:c53acadfccc6 1:acef663c1218
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #ifndef LOCATIONMANAGERDEBUG_H
    18 #ifndef LOCATIONMANAGERDEBUG_H
    19 #define LOCATIONMANAGERDEBUG_H
    19 #define LOCATIONMANAGERDEBUG_H
       
    20 
       
    21 #include "harvesterlog.h"
    20 
    22 
    21 /**
    23 /**
    22  *  Usage:  LOG(_L("[MODULE_NAME]\t Trace text here"));
    24  *  Usage:  LOG(_L("[MODULE_NAME]\t Trace text here"));
    23  *          TRACE(Print(_L("[MODULE_NAME]\t Trace text here with parameter %d"), iCount));
    25  *          TRACE(Print(_L("[MODULE_NAME]\t Trace text here with parameter %d"), iCount));
    24  *
    26  *