Skip to content

feature: Added ILogger Write method with type information #222

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

Merged
merged 13 commits into from
Jan 11, 2019
Merged

feature: Added ILogger Write method with type information #222

merged 13 commits into from
Jan 11, 2019

Conversation

RLittlesII
Copy link
Member

@RLittlesII RLittlesII commented Jan 10, 2019

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Resolves: #186

What is the current behavior? (You can also link to an open issue here)

Currently the type is prefixed on a message string.

What is the new behavior (if this is a feature change)?

ILogger now has a method signature that takes the type. The WrappingFullLogger can now call a write method that passes in the type.

What might this PR break?

Logging?

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Other information:

Sorry, something went wrong.

@RLittlesII RLittlesII changed the title [WIP] feature: Added ILogger Write method with type information feature: Added ILogger Write method with type information Jan 10, 2019
RLittlesII and others added 13 commits January 10, 2019 17:20

Unverified

This user has not yet uploaded their public signing key.
- Added IFullLogger typed methods

Unverified

This user has not yet uploaded their public signing key.
@glennawatson glennawatson merged commit 8664ecf into reactiveui:master Jan 11, 2019
@RLittlesII RLittlesII deleted the GH186 branch January 11, 2019 04:53
@lock lock bot locked and limited conversation to collaborators Jun 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Logging: Add type information to ILogger
2 participants