Updated error handling code and readme to indicate how logging works for Ocelot

This commit is contained in:
TomPallister
2016-10-29 20:48:59 +01:00
parent 1acaaa23dd
commit 5082cc6c05
7 changed files with 58 additions and 7 deletions

View File

@ -76,4 +76,8 @@ An example startup using a yaml file for configuration can be seen below. Curren
This is pretty much all you need to get going.......more to come!
## Logging
Ocelot uses the standard logging interfaces ILoggerFactory / ILogger<T> as such you can use any logging provider you like such as default, nlog, serilog.