-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 'logger.Batch' for logging multiple entries via a single API call. #1665
Add 'logger.Batch' for logging multiple entries via a single API call. #1665
Conversation
class Batch(object): | ||
"""Context manager: collect entries to log via a single API call. | ||
|
||
Helper returned by :meth:Logger.batch |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
The docs error is one I haven't seen:
AFAIK |
UPDATE: I just checked, Sphinx and |
Maybe there was some transient failure to download the theme? |
Sphinx 1.4 (released today) is the cuprit. We now need to specify |
Can be used as a context manager. See: #1565.
Rebased after merging #1667 to |
@dhermes Any remaining issues? |
LGTM |
Can be used as a context manager.
See: #1565.