Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Conversation

@pakrym
Copy link
Contributor

@pakrym pakrym commented Oct 27, 2016

  1. Change namespace to be the same as project name.
  2. Make LoggingEventSource internal.
  3. Minor code style fixes.

@pranavkm

@BrennanConroy
Copy link
Member

🐑 🇮🇹

/// </remarks>
internal class EventSourceLogger : ILogger
{
private static int _activityIds;
Copy link
Contributor

Choose a reason for hiding this comment

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

_activityId? Also, should this be a non-static. cc @davidfowl for an opinion.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's used to get unique id's for scopes.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ahh, this is not the logger provider. Ok. Seems crummy though to rely on statics to do this.

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.

5 participants