diff options
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |