DLT_CSTRING implementation non verbose mode.
[profile/ivi/dlt-daemon.git] / include / dlt / dlt_user_macros.h
index 3b6bb06..37a8ccf 100644 (file)
@@ -207,6 +207,13 @@ extern DltContext CONTEXT;
         dlt_user_log_write_string(&log,TEXT)
 
 /**
+ * Add constant string parameter to the log messsage.
+ * @param TEXT Constant ASCII string
+ */
+#define DLT_CSTRING(TEXT) \
+        dlt_user_log_write_constant_string(&log,TEXT)
+
+/**
  * Add utf8-encoded string parameter to the log messsage.
  * @param TEXT UTF8-encoded string
  */