rprouse / GitHubExtension

A visual studio extension for interacting with GitHub.
MIT License
34 stars 10 forks source link

Remove NLog #69

Closed sharwell closed 9 years ago

sharwell commented 9 years ago

It's easier and cheaper to provide logging either through the ActivityLog methods or through the Output Window Service.

rprouse commented 9 years ago

I agree with this. You will see that there isn't much logging in the extension project, just in the GitHubIssue project. This is because it wasn't an extension in it's first incarnation. When I made it an extension I intended to remove NLog but never got around to it. Thanks for the pointers to the logging in extensions.

rprouse commented 9 years ago

I've started this so that I can get the information to solve #81. Using the Output Window Service, looks like a good extension and the docs seem complete so far. Thanks @sharwell.