aboutsummaryrefslogtreecommitdiff
path: root/log.h
Commit message (Expand)AuthorAgeFilesLines
* log: add header above formatterJohannes Stoelp2023-10-181-0/+2
* log: fix -Wformat-security lint and remove lint excuseJohannes Stoelp2023-10-181-7/+25
* log: replace fprintf with fwriteJohannes Stoelp2023-10-181-3/+3
* log: remove accidentally added codeJohannes Stoelp2023-10-181-3/+1
* log: add check for fmt args against fmt string if -Wformat is enabledJohannes Stoelp2023-10-181-12/+17
* log: add minimal stderr loggerJohannes Stoelp2023-10-161-0/+176