simpleengine/siputils/src/simpledebugutils.cpp
branchRCL_3
changeset 34 2669f8761a99
parent 0 c8caa15ef882
child 35 fbd2e7cec7ef
equal deleted inserted replaced
31:2580314736af 34:2669f8761a99
    55 
    55 
    56     _LIT(KLogDir, "simple");
    56     _LIT(KLogDir, "simple");
    57     _LIT(KLogFile, "simple.txt");
    57     _LIT(KLogFile, "simple.txt");
    58     // Write to log file
    58     // Write to log file
    59     RFileLogger::Write(KLogDir, KLogFile, EFileLoggingModeAppend, buf);
    59     RFileLogger::Write(KLogDir, KLogFile, EFileLoggingModeAppend, buf);
    60     
       
    61     _LIT( KSimplePrefix,  "[simple] ");    
       
    62     buf.Insert( 0, KSimplePrefix );
       
    63     RDebug::RawPrint( buf );
    60     RDebug::RawPrint( buf );
    64 
    61 
    65     }
    62     }
    66 
    63 
    67 // ---------------------------------------------------------
    64 // ---------------------------------------------------------