summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
authorMaja Gorecka-Wolniewicz <mgw@puma.uci.umk.pl>2011-11-23 11:37:29 +0100
committerMaja Gorecka-Wolniewicz <mgw@puma.uci.umk.pl>2011-11-23 11:37:29 +0100
commit3edadaafb32f0cb230672f9363698df10c38c66d (patch)
treecaed691ec0b3d3f9ebfc9122a0c86d1697557934 /debug.h
parentb5bdc1d887a519de1d96d6da4534fbbe1210ee2d (diff)
FTicks loging changes
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/debug.h b/debug.h
index c929e6e..e3acb43 100644
--- a/debug.h
+++ b/debug.h
@@ -17,6 +17,9 @@
#define DBG_WARN 64
#define DBG_ERR 128
+#define DEBUG_LOG 0
+#define FTICKS_LOG 1
+
void debug_init(char *ident);
void debug_set_level(uint8_t level);
void debug_timestamp_on();
@@ -25,8 +28,7 @@ void debug(uint8_t level, char *format, ...);
void debugx(int status, uint8_t level, char *format, ...);
void debugerrno(int err, uint8_t level, char *format, ...);
void debugerrnox(int err, uint8_t level, char *format, ...);
-int debug_set_destination(char *dest);
-int debug_set_ftickssyslogfacility(char *dest);
+int debug_set_destination(char *dest, int l);
void debug_reopen_log();
#if defined(WANT_FTICKS)
void fticks_debug(const char *format, ...);