| author | |
| committer | |
| log | 75d814d188bc5969d066ab3b5e19aa55f5aa2434 |
| tree | 39a284776bb532a27a5854b0210a0ca585793e79 |
| parent | c2ffce3206974adc0924992585359d28c1974d14 |
| signature |
1 files changed, 0 insertions(+), 6 deletions(-)
README.md-6| ... | ... | @@ -38,12 +38,6 @@ fn handler() void { |
| 38 | 38 | } |
| 39 | 39 | ``` |
| 40 | 40 | |
| 41 | `@src()` values are sometimes absolute paths so backends may use this value to trim it to only log relative paths | |
| 42 | ||
| 43 | ```zig | |
| 44 | exe_options.addOption(usize, "src_file_trimlen", std.fs.path.dirname(std.fs.path.dirname(@src().file).?).?.len); | |
| 45 | ``` | |
| 46 | ||
| 47 | 41 | ## Backends |
| 48 | 42 | |
| 49 | 43 | - `none` this is the default and causes tracing calls to become a no-op so that `tracer` can be added to libraries transparently |