aboutgitcodebugslistschat
path: root/log.h
Commit message (Expand)AuthorAgeFilesLines
* log: Add vlogmsg()David Gibson2023-11-071-0/+1
* log: Enable format warningsDavid Gibson2023-11-071-1/+2
* log: Don't define logging function 4 timesDavid Gibson2023-11-071-4/+8
* conf, log: On -h / --help, print usage to stdout, not stderrStefano Brivio2023-06-231-0/+1
* passt: Relicense to GPL 2.0, or any later versionStefano Brivio2023-04-061-1/+1
* log, conf, tap: Define die() as err() plus exit(), drop cppcheck workaroundsStefano Brivio2023-02-271-1/+6
* add die() to log an error message and exit with a single callLaine Stump2023-02-161-0/+1
* log.h: Avoid unnecessary GNU extension for token pastingStefano Brivio2022-10-151-2/+2
* log, conf: Add support for logging to fileStefano Brivio2022-10-141-0/+6
* Move logging functions to a new file, log.cStefano Brivio2022-10-141-0/+26