Imported Upstream version 1.3.99.5_20131030_SE_05e5911_SYSYNC_69de386
[platform/upstream/syncevolution.git] / src / synthesis / src / sysync / debuglogger.h
index a583365..3cc234e 100755 (executable)
@@ -30,6 +30,9 @@ typedef enum {
   dbgfmt_text,        ///< plain text format (but can be indented)
   dbgfmt_xml,         ///< XML format
   dbgfmt_html,        ///< HTML format
+#ifdef USE_DLT
+  dbgfmt_dlt,         ///< GENIVI Diagnostic Log and Trace
+#endif
   numDbgOutFormats
 } TDbgOutFormats;