Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devr24 authored Apr 19, 2020
1 parent 50c8680 commit a210f3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@


<div id="description">

Azure specific implementation of telemetry logging. Uses the ITelemeteryLogger interface from _Cloud.Core_ and can be used in conjunction with the Telemetry Logging
Provider classes found in the _Cloud.Core.Telemetry.Logging_ package.

</div>

## Usage
Expand All @@ -24,7 +26,7 @@ Any of the logging methods can also handle exception, such as:

```csharp
logger.LogWarning(new Exception("Something's gone wrong!"));
``
```

## Config

Expand Down

0 comments on commit a210f3e

Please sign in to comment.