summaryrefslogtreecommitdiffstats
path: root/src/log.c
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up log.c and log.h and introduce LOG_AS_ERRORMartin Nagy2009-08-041-18/+7
| | | | | | | The LOG_AS_ERROR conditional macro can be defined when compiling the sources to make log_debug() behave in the same way as log_error(). This is helpful for debugging, as specifying a debug level will introduce a lot of unwanted log messages.
* Add annotations to printf-like functionsMartin Nagy2009-08-041-0/+2
| | | | | | The ISC_FORMAT_PRINTF() macro will make sure that gcc checks if these functions are used correctly. Also fix bugs that were found along the way.
* Remove forgotten garbage from log.cMartin Nagy2009-05-121-5/+0
|
* Logging cleanup.Martin Nagy2009-04-271-2/+2
|
* Prepare the tree for conversion to autoconf.Martin Nagy2009-03-301-0/+71
All source files are now moved to src/ and the old Makefile is removed.