1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-19 04:13:02 +00:00
This commit is contained in:
Jkorf
2022-01-17 13:44:45 +01:00
parent e51b863242
commit b65669659d
9 changed files with 83 additions and 38 deletions
+5
View File
@@ -1,3 +1,8 @@
---
title: Log config
nav_order: 4
---
The library offers extensive logging, for which you can supply your own logging implementation. The logging can be configured via the client options (see [Client options](https://github.com/JKorf/CryptoExchange.Net/wiki/Options)). The examples here are using the `BinanceClient` but they should be the same for each implementation.
Logging is based on the `Microsoft.Extensions.Logging.ILogger` interface. This should provide ease of use when connecting the library logging to your existing logging implementation.