Commit Graph

6 Commits

Author SHA1 Message Date
yves-biener 7889a6ec7a mod(options): build options to log to stderr and/or a file
Run Tests / test (push) Successful in 43s
Run Tests / lint (push) Successful in 39s
NOTE: file logging will not work correctly yet due to opening files
appending using the std is currently not implemented (as of zig version
0.13.0)!
2024-08-29 16:36:58 +02:00
yves-biener b03c770b59 doc: add tips section in README 2024-08-29 14:59:45 +02:00
yves-biener eb7e78697c add(timestamp): timestamp build configuration option to add timestamps before log messages
Run Tests / test (push) Successful in 9m33s
Run Tests / lint (push) Successful in 9m43s
2024-08-28 22:25:06 +02:00
yves-biener 510b3ddfcf mod(zlog): pretty printing for user defined types
Run Tests / test (push) Successful in 9m32s
Run Tests / lint (push) Successful in 9m43s
2024-08-28 17:40:41 +02:00
yves-biener ffb28f8e5b initial commit
Run Tests / test (push) Successful in 9m42s
Run Tests / lint (push) Successful in 9m43s
2024-08-27 17:17:02 +02:00
yves-biener 296fa6fa38 Initial commit 2024-08-26 15:50:06 +02:00