summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/debug.h b/debug.h
index 3fdbbf5..3f3b753 100644
--- a/debug.h
+++ b/debug.h
@@ -73,6 +73,16 @@ enum DBG_OPTION {
DBG_OPTION_FD,
/**
+ * Set this option to make the stdout output to be printed without any date
+ * information in the header.
+ * Parameter is an integer.
+ * Values:
+ * 0 := use date
+ * 1 := do not use date.
+ */
+ DBG_OPTION_STDOUT_NO_DATE,
+
+ /**
* Host and port to use when logging on an external server.
* Host is a const char* argument, port is an integer.
* To be used with the DBG_FLAG_USE_SYSLOG flag.