Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use root.std_options to override log behaviour #99

Merged
merged 1 commit into from
Jan 16, 2023

Commits on Jan 15, 2023

  1. Use root.std_options to override log behaviour

    ziglang/zig#14181 changed the interface for overriding the log function.
    Previously, you would define a public `root.log` function. Now, you
    define a `root.std_options` namespace that has a `logFn` decl.
    
    Signed-off-by: Aidan Oldershaw <[email protected]>
    aoldershaw committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    7d90642 View commit details
    Browse the repository at this point in the history