doc: correct alert blocks
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user