summaryrefslogtreecommitdiffstats
path: root/src/log.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-11[Windows] Fix log outputGravatar Nikias Bassen1-1/+1
2025-07-01Fix a couple of compiler warnings and remove unused variablesGravatar Nikias Bassen1-1/+1
2025-07-01Update codebase to use (const) void* and size_t where applicableGravatar Nikias Bassen1-1/+1
2025-06-27log: Make sure to only add compiler attribute for supported compilersGravatar Nikias Bassen1-0/+5
2025-06-27Improve type safety of new logging system and its handling of varargsGravatar Visual Ehrmanntraut1-7/+19
2025-06-23Refactor logging and add logfile supportGravatar Nikias Bassen1-0/+210