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

Support entry labels #1668

Merged
merged 7 commits into from
Mar 28, 2016
Merged

Support entry labels #1668

merged 7 commits into from
Mar 28, 2016

Commits on Mar 28, 2016

  1. Configuration menu
    Copy the full SHA
    dfd815a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c4c5b3 View commit details
    Browse the repository at this point in the history
  3. Add support for logging entries with labels.

    Labels can be passed in explicitly to the 'log_text', 'log_struct', or
    'log_proto' methods.  If not passed, any default values configured on
    the logger instance will be used.
    
    See: #1566.
    tseaver committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    64e2f1c View commit details
    Browse the repository at this point in the history
  4. Add 'Logger.path' property.

    It was needed earlier for batch support, but was masked by the attribute
    on the mock '_Logger' used by the batch tests.
    tseaver committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    53df5fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7aa9629 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43a0936 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5cbeaca View commit details
    Browse the repository at this point in the history