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

Bring back #disable! support #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Bring back #disable! support #15

wants to merge 1 commit into from

Commits on Jul 26, 2021

  1. Bring back #disable! support

    As part of [#7](#7) we lost the
    ability to totally disable the logger, across all threads. It's unclear
    if this was intentional, but I am guessing it was not. This will restore
    the behavior by returning a new `NullOutput` instance when trying to
    write while disabled.
    
    This might cause A LOT of object allocations, all with short lives.
    Hopefully. If so, we could consider some form of memoization of the
    instance.
    stevenharman committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    db917e9 View commit details
    Browse the repository at this point in the history