Skip to content

Commit

Permalink
Copious spelling and one grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
merrickcouchbase authored and mattcarabine committed Jun 14, 2017
1 parent 71a11d1 commit 1940f28
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/sdk/dotnet/collecting-information-and-logging.dita
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<p>The Apache Common Infrstucture libraries provides a common interface for logging adapters.
The SDK currently uses version 3.3.1 of Common.Logging.</p>
<p>In order to use logging within the SDK, you need to reference the packages for the
adapter you want to use. There are adapaters available for all the major logging
adapter you want to use. There are adapters available for all the major logging
implementations. More information and a list of available adapters is available on the
project website <xref href="http://net-commons.github.io/common-logging/" format="html"
scope="external">here</xref>.</p>
Expand Down Expand Up @@ -67,14 +67,14 @@
</section>
<section><title>Logging in applications targeting .NET Core</title>
<p>As part of the new .NET Core runtime, Microsoft have added a new abstraction interface. This
is conceptually very similar to the Common.Logging, however has additional support built in
is conceptually very similar to the Common.Logging, however it also has additional support built in
for ASP.NET 5 and other Microsoft libraries. </p>
<p>To get logging to work within the .NET SDK, you need will need to add a package for the
adapater to connect with. There are a number of logging implementations based on
Mictosoft.Extensions.Logging that can be viewed <xref
adapter to connect with. There are a number of logging implementations based on
Microsoft.Extensions.Logging that can be viewed <xref
href="https://github.com/aspnet/Logging" format="html" scope="external">here</xref>. There
are also some basic Microsoft provided adapaters such as Debug, Console and EventLog.</p>
<p>The following instructions show how to get up and running with the NLog adapater with the
are also some basic Microsoft provided adapters such as Debug, Console and EventLog.</p>
<p>The following instructions show how to get up and running with the NLog adapter with the
SDK in an ASP.NET 5 web application:<ol id="ol_ef3_z1c_py">
<li>Add the following two dependencies to your
<codeph>project.json</codeph>:<codeblock outputclass="language-json">"dependencies": {
Expand Down

0 comments on commit 1940f28

Please sign in to comment.