doc: correct alert blocks

This commit is contained in:
2025-10-26 21:52:15 +01:00
parent ab0898f9c4
commit cd99e5b4d3

View File

@@ -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. 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. > Only builds using the zig master version are tested to work.
## Usage ## 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. - _timestamp_ (default: `true`): Prepend the current timestamp before each log message.
- _stderr_ (default: `true`): Print log messages to stderr. - _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. > 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. > For now you should instead leave this option as it is and pipe the corresponding stderr outputs to a logfile instead.