diff --git a/README.md b/README.md index 6816fe6e0..7e06c7f53 100644 --- a/README.md +++ b/README.md @@ -1206,4 +1206,10 @@ var gitHubApi = RestService.For("https://api.github.com", }); ``` -Note that exceptions raised when attempting to deserialize the response are not affected by this. \ No newline at end of file +Note that exceptions raised when attempting to deserialize the response are not affected by this. + +#### `ApiException` deconstruction with Serilog + +For users of [Serilog](https://serilog.net), you can enrich the logging of `ApiException` using the +[Serilog.Exceptions.Refit](https://www.nuget.org/packages/Serilog.Exceptions) NuGet package. Details of how to +integrate this package into your applications can be found [here](https://github.com/RehanSaeed/Serilog.Exceptions#serilogexceptionsrefit). \ No newline at end of file