add support for dlog - Samsung
[profile/ivi/pulseaudio-panda.git] / src / pulsecore / log.h
index 8dd056b..3daf93a 100644 (file)
@@ -37,6 +37,10 @@ typedef enum pa_log_target {
     PA_LOG_SYSLOG,
     PA_LOG_NULL,    /* to /dev/null */
     PA_LOG_FD,      /* to a file descriptor, e.g. a char device */
+#ifdef USE_DLOG
+    PA_LOG_DLOG,
+    PA_LOG_DLOG_COLOR,
+#endif
     PA_LOG_TARGET_MAX
 } pa_log_target_t;