radioapp/commoninc/radiologger.h
changeset 19 afea38384506
parent 16 f54ebcfc1b80
--- a/radioapp/commoninc/radiologger.h	Mon May 03 12:31:41 2010 +0300
+++ b/radioapp/commoninc/radiologger.h	Fri May 14 15:52:32 2010 +0300
@@ -89,6 +89,9 @@
 #include <QtGlobal>
 #include <QDebug>
 
+// Log marker that is printed in the beginnig of each line
+#define LOGMARKER "FMRadio:"
+
 // UI logs can be combined with engine logs by making the UI feed its log prints into
 // the engine logger. This requires that we initialize the radio engine utils right here
 // because the engine won't start up until much later. This is a bit ugly since the macros