summaryrefslogtreecommitdiff
path: root/debug_syslog.c
AgeCommit message (Collapse)Author
2013-01-04Rename project from 'Debug Module' to 'Hugin'Bent Bisballe Nyeng
2013-01-04Make win32 compatible.Bent Bisballe Nyeng
2013-01-04Merge branch 'master' of https://git.oftal.dk/debugBent Bisballe Nyeng
2013-01-04Added debug_util.h with threadsafe localtime (localtime_r does not exist on ↵Bent Bisballe Nyeng
windows.)
2012-12-13Added support for dns in syslog module.Jonas Suhr Christensen
2012-12-13Fix compilation without any modules. Add warning to debug_syslog if symbol ↵Bent Bisballe Nyeng
not set, but the files is being compiled. Change symbol-not-set error in debug_filter to warning. Add do-not-print-date option for stdout output. Fix missing reference to extern debug_class_str.
2012-12-12Fixed compiling with -Wall and -Werror.Jonas Suhr Christensen
Removed debug_filter.
2012-12-12Ready for use. If you run Linux.Jonas Suhr Christensen
2012-12-07Added syslog udp.Jonas Suhr Christensen