aboutgitcodebugslistschat
path: root/log.c
Commit message (Expand)AuthorAgeFilesLines
* log: Avoid time_t/__syscall_slong_t format mismatch with long int on X32 ABIStefano Brivio2023-03-171-10/+12
* log, conf, tap: Define die() as err() plus exit(), drop cppcheck workaroundsStefano Brivio2023-02-271-9/+5
* log: Send identifier string in log messages, openlog() won't work for usStefano Brivio2023-02-271-7/+5
* log: Don't duplicate messages on stderr before daemonisingStefano Brivio2023-02-161-3/+4
* convert all remaining err() followed by exit() to die()Laine Stump2023-02-161-4/+2
* add die() to log an error message and exit with a single callLaine Stump2023-02-161-5/+9
* log to stderr until process is daemonized, even if a log file is setLaine Stump2023-02-161-2/+2
* conf, log, Makefile: Add versioning informationStefano Brivio2022-10-151-2/+2
* log: Add missing function comment for trace_init()Stefano Brivio2022-10-141-0/+4
* log, conf: Add support for logging to fileStefano Brivio2022-10-141-18/+240
* Move logging functions to a new file, log.cStefano Brivio2022-10-141-0/+143