Have Zig's
std.log log to a file instead of to stderr
1// Copyright 2024 - 2025, Kristófer Reykjalín and the log_to_file contributors.
2// SPDX-License-Identifier: BSD-3-Clause
3
4.{
5 .name = .log_to_file,
6 .fingerprint = 0x53bc1f48033cc1bd,
7 .version = "3.0.0",
8 .minimum_zig_version = "0.15.1",
9 .paths = .{
10 "build.zig",
11 "build.zig.zon",
12 "src",
13 "CHANGELOG.md",
14 "LICENSE",
15 "README.md",
16 },
17}