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

Logger local named tags [WIP] #301

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 5, 2024

  1. Logger local named tags

    Adds the ability to set named tags on the logger instance via the new
    `#named_tags=` instance method. Once set, subsequent calls to the logger
    that would normally emit a log entry will contain the local named tags,
    in addition to global ones or those added with `#tagged`.
    
    Within a `#tagged` block, logs generated by the instance will already
    contain the local named tags, but any other logger's entries will not.
    theocodes committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    333e1f3 View commit details
    Browse the repository at this point in the history