authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-04-25 18:10:15 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-04-25 18:10:15 -07:00
log75d814d188bc5969d066ab3b5e19aa55f5aa2434
tree39a284776bb532a27a5854b0210a0ca585793e79
parentc2ffce3206974adc0924992585359d28c1974d14
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

README: this section not needed since update to zig 0.14


1 files changed, 0 insertions(+), 6 deletions(-)

README.md-6
......@@ -38,12 +38,6 @@ fn handler() void {
3838}
3939```
4040
41`@src()` values are sometimes absolute paths so backends may use this value to trim it to only log relative paths
42
43```zig
44exe_options.addOption(usize, "src_file_trimlen", std.fs.path.dirname(std.fs.path.dirname(@src().file).?).?.len);
45```
46
4741## Backends
4842
4943- `none` this is the default and causes tracing calls to become a no-op so that `tracer` can be added to libraries transparently