simpleengine/siputils/src/simpledebugutils.cpp
branchRCL_3
changeset 18 fbd2e7cec7ef
parent 17 2669f8761a99
--- a/simpleengine/siputils/src/simpledebugutils.cpp	Tue Aug 31 15:35:50 2010 +0300
+++ b/simpleengine/siputils/src/simpledebugutils.cpp	Wed Sep 01 12:23:14 2010 +0100
@@ -57,6 +57,9 @@
     _LIT(KLogFile, "simple.txt");
     // Write to log file
     RFileLogger::Write(KLogDir, KLogFile, EFileLoggingModeAppend, buf);
+    
+    _LIT( KSimplePrefix,  "[simple] ");    
+    buf.Insert( 0, KSimplePrefix );
     RDebug::RawPrint( buf );
 
     }