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

Unified writer #107

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Unified writer #107

wants to merge 10 commits into from

Conversation

tonystone
Copy link
Owner

Description

Added the UnifiedLogWriter, which writes to the Apple Unified Logging system. This is only available on Apple products.

Motivation and Context

Give users of TraceLog for Apple Platforms the ability to write to the Apple Unified Logging system without having also to include the Adaptive Writer project

How Has This Been Tested?

It's been thoroughly tested in use in several applications by QA.

Checklist:

For all changes:

  • Is there an issue associated with this PR? Is it referenced
    in the commit message?
  • Has your PR been rebased against the latest commit within the target branch (typically master)?
  • Is your initial contribution a single, squashed commit?

For code changes:

  • Avoid other runtime dependencies
  • Have you written or updated unit tests to verify your changes?
  • Have you ensured that the full suite of tests is executed via make tests in the cmake-build-debug` directory off the root of the project?
  • If applicable, have you updated the documentation?
  • If applicable, have you updated the CHANGELOG.md file?

For documentation related changes:

  • Have you ensured that format looks appropriate for the output in which it is rendered?

Note:

Please ensure that once the PR is submitted, you check travis-ci for build issues and submit an update to your PR as soon as possible.

Copy link

@marinaandricic marinaandricic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants