69da9265b8
mod: rem zlog dependency; stream line logging structure; do not write ansi control characters when logging to file
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m21s
2025-11-02 13:09:34 +01:00
bd33f9c8f9
doc: update README; update comments regarding open tasks and further features
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 54s
2025-11-01 00:38:34 +01:00
cd99e5b4d3
doc: correct alert blocks
2025-10-26 21:52:15 +01:00
eb2ea38e34
feat(pretty_print): handle union and pointer (including slices)
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 37s
2025-07-17 21:55:22 +02:00
22bff91df9
doc: tip for looking through log files generated by zlog
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 31s
2025-03-03 16:33:24 +01:00
a21d84cfcf
feat(zlog): colored level text and styled timestamps and scopes
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m27s
2025-02-24 14:01:49 +01:00
dd98e63bcb
doc: update README
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 56s
2025-02-21 23:22:14 +01:00
e1473cde04
doc: remove unnecessary anyerror keyword
...
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 2m28s
Error union return type for format function documentation (and sample
implementation) has been adjusted. This results in the exact same code,
but without unnecessary error type definition, which is derived from the
compiler anyway.
2025-01-15 10:41:03 +01:00
dda2199706
bump to zig 0.14.dev
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 53s
2024-11-16 21:06:42 +01:00
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
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
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
Run Tests / test (push) Successful in 9m32s
Run Tests / lint (push) Successful in 9m43s
2024-08-28 17:40:41 +02:00
296fa6fa38
Initial commit
2024-08-26 15:50:06 +02:00