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

RFC: slogr: add context support #213

Closed
wants to merge 1 commit into from
Closed

Commits on Aug 27, 2023

  1. slogr: add context support

    The normal logr API for storing and retrieving a logger is used.
    This is necessary to ensure interoperability.
    
    The downside is that storing a slog.Handler and retrieving it again is more
    costly than storing and retrieving a logr.Logger, because additional
    allocations are needed.
    pohly committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    dd6aa87 View commit details
    Browse the repository at this point in the history