Skip to content

Commit

Permalink
Merge pull request #9 from JosephWoodward/CleanUp
Browse files Browse the repository at this point in the history
Clean up following adding GitHub actions
  • Loading branch information
josephwoodward authored Feb 18, 2020
2 parents cde44f1 + 6bc55c2 commit ec48bb0
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 485 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,15 @@ var log = new LoggerConfiguration()

### Local, contextual labels

In some occasions you'll want to add labels to your log stream within a particular class or method, this feature isn't quite finished yet but will be available soon.
In some occasions you'll want to add context to your log stream within a particular class or method, this can be achieved using contextual labels:

```csharp
using (LogContext.PushProperty("A", 1))
{
log.Warning("Warning with Property A");
log.Fatal("Fatal with Property A");
}
```

### Custom HTTP Client

Expand Down
5 changes: 0 additions & 5 deletions appveyor.yml

This file was deleted.

67 changes: 0 additions & 67 deletions build.cake

This file was deleted.

71 changes: 0 additions & 71 deletions build.cake 2

This file was deleted.

234 changes: 0 additions & 234 deletions build.ps1

This file was deleted.

Loading

0 comments on commit ec48bb0

Please sign in to comment.