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

Add APIs to support buffering #364

Merged
merged 2 commits into from
Mar 10, 2017
Merged

Add APIs to support buffering #364

merged 2 commits into from
Mar 10, 2017

Commits on Mar 9, 2017

  1. Add APIs to support buffering

    This is a breaking change that adds a `Sync` method to `zapcore.Core`. The
    intention here is to expose `Sync` all the way up to the loggers themselves;
    this lets implementations buffer I/O, since the end user can `Sync` at the end
    of main.
    
    (Of course, nothing can save users if they directly panic or os.Exit from a
    different goroutine.)
    Akshay Shah committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    3625bd5 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. Configuration menu
    Copy the full SHA
    ca65a84 View commit details
    Browse the repository at this point in the history