From cd99e5b4d3c5546d2b785321209cced40923f24b Mon Sep 17 00:00:00 2001 From: Yves Biener Date: Sun, 26 Oct 2025 21:52:15 +0100 Subject: [PATCH] doc: correct alert blocks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d914862..6b7e3b8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Standard Library log wrapper. `zlog` provides adjusted `std.log` output and a pretty print function for easy overwriting of user defined types. -> [!CAUTION] +> [!caution] > Only builds using the zig master version are tested to work. ## Usage @@ -145,7 +145,7 @@ For more details about the output customization see the configuration options of - _timestamp_ (default: `true`): Prepend the current timestamp before each log message. - _stderr_ (default: `true`): Print log messages to stderr. - > [!CAUTION] + > [!caution] > Currently not working as log output is not appended and only the last log message will be in the resulting log file! This is a not-yet-implemented feature of the standard library of zig! See this [issue](https://github.com/ziglang/zig/issues/14375) for more details. > For now you should instead leave this option as it is and pipe the corresponding stderr outputs to a logfile instead.