Go to file
MrBesen adf02f00c6 truncMode: truncate logfiles (#7)
Add a flag, to truncate the logfiles.

Default value is false.

false = append on every write (like it is right now)
true = truncate file when logfile is opened

Co-authored-by: mrbesen <y.g.2@gmx.de>
Reviewed-on: https://git.okaestne.de/okaestne/Log/pulls/7
Co-authored-by: MrBesen <y.g.2@gmx.de>
Co-committed-by: MrBesen <y.g.2@gmx.de>
2022-07-04 21:09:52 +02:00
.gitignore fix 5.19am things 2021-08-15 16:30:21 +02:00
LICENCE add LICENSE 2021-08-15 20:21:03 +02:00
Log.cpp truncMode: truncate logfiles (#7) 2022-07-04 21:09:52 +02:00
Log.h truncMode: truncate logfiles (#7) 2022-07-04 21:09:52 +02:00
Makefile makefile useses env variable to enable mutex 2021-07-12 23:24:01 +02:00
meson.build meson: add variable check for mutex usage 2021-08-15 18:27:11 +02:00
test.cpp improved tests 2020-09-23 20:26:10 +02:00