Commit Graph

7 Commits

Author SHA1 Message Date
145d54f09f mod(action): update action to zig template
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 28s
2024-10-04 20:52:17 +02:00
7889a6ec7a mod(options): build options to log to stderr and/or a file
All checks were successful
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
b03c770b59 doc: add tips section in README 2024-08-29 14:59:45 +02:00
eb7e78697c add(timestamp): timestamp build configuration option to add timestamps before log messages
All checks were successful
Run Tests / test (push) Successful in 9m33s
Run Tests / lint (push) Successful in 9m43s
2024-08-28 22:25:06 +02:00
510b3ddfcf mod(zlog): pretty printing for user defined types
All checks were successful
Run Tests / test (push) Successful in 9m32s
Run Tests / lint (push) Successful in 9m43s
2024-08-28 17:40:41 +02:00
ffb28f8e5b initial commit
All checks were successful
Run Tests / test (push) Successful in 9m42s
Run Tests / lint (push) Successful in 9m43s
2024-08-27 17:17:02 +02:00
296fa6fa38 Initial commit 2024-08-26 15:50:06 +02:00