JKorf / Binance.Net

A C# .netstandard client library for the Binance REST and Websocket Spot and Futures API focusing on clear usage and models
https://jkorf.github.io/Binance.Net/
MIT License
1.02k stars 420 forks source link

orderbook logic using BinanceFuturesUsdtSymbolOrderBook #1383

Open dungtrandk opened 3 weeks ago

dungtrandk commented 3 weeks ago

I am using an instance of the BinanceFuturesUsdtSymbolOrderBook class to get updates on the orderbook. When i am debugging in visual studio there is a lot of prints to the console, like:

........ 2024-06-12 07:57:11:731 | Trace | Binance order book BTCUSDT update processed #4774049216816-4774049224223 2024-06-12 07:57:11:994 | Trace | Binance order book BTCUSDT update processed #4774049224564-4774049234482 2024-06-12 07:57:12:245 | Trace | Binance order book BTCUSDT update processed #4774049234520-4774049241898 2024-06-12 07:57:12:504 | Trace | Binance order book BTCUSDT update processed #4774049242266-4774049251064 2024-06-12 07:57:12:757 | Trace | Binance order book BTCUSDT update processed #4774049251066-4774049258385 2024-06-12 07:57:13:012 | Trace | Binance order book BTCUSDT update processed #4774049258557-4774049265726 2024-06-12 07:57:13:264 | Trace | Binance order book BTCUSDT update processed #4774049265787-4774049274282 2024-06-12 07:57:13:518 | Trace | Binance order book BTCUSDT update processed #4774049274382-4774049285922 2024-06-12 07:57:13:767 | Trace | Binance order book BTCUSDT update processed #4774049285968-4774049297548 ........

Are there some way of disabling this?