]> source.dussan.org Git - rspamd.git/commit
* Introduce new logging system:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 21 Dec 2009 22:32:18 +0000 (01:32 +0300)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 21 Dec 2009 22:32:18 +0000 (01:32 +0300)
commite413f4ee9cd298baab701df31ab4c1cb91c7c4b6
tree46858bef680c8a09b6d1d58a5ca7e3a8cec4e62d
parenta079dac866ac4e166a8d6e40f978af74e8398583
* Introduce new logging system:
  - independent and customizeable buffering
  - line buffering
  - errors handling support
  - custom (ip based) debug
  - append function name automaticaly (based on __FUNCTION__)
  - add some logic to logs system
51 files changed:
CMakeLists.txt
src/binlog.c
src/buffer.c
src/buffer.h
src/cfg_file.h
src/cfg_file.l
src/cfg_file.y
src/cfg_utils.c
src/classifiers/winnow.c
src/controller.c
src/evdns/CMakeLists.txt
src/evdns/evdns.c
src/events.c
src/expressions.c
src/filter.c
src/fuzzy_storage.c
src/html.c
src/json/CMakeLists.txt
src/lmtp.c
src/lmtp_proto.c
src/logger.c [new file with mode: 0644]
src/logger.h [new file with mode: 0644]
src/lua/CMakeLists.txt
src/lua/lua_classifier.c
src/lua/lua_common.c
src/lua/lua_config.c
src/lua/lua_task.c
src/main.c
src/main.h
src/map.c
src/message.c
src/perl.c
src/plugins/chartable.c
src/plugins/emails.c
src/plugins/fuzzy_check.c
src/plugins/regexp.c
src/plugins/spf.c
src/plugins/surbl.c
src/protocol.c
src/settings.c
src/spf.c
src/statfile.c
src/statfile_sync.c
src/symbols_cache.c
src/tokenizers/osb.c
src/upstream.c
src/url.c
src/util.c
src/util.h
src/worker.c
utils/url_extracter.c