mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-11 16:32:57 +00:00
Updated logging, added pinging settings to websocket
This commit is contained in:
@@ -177,7 +177,7 @@ namespace CryptoExchange.Net.UnitTests
|
||||
{
|
||||
ApiCredentials = new ApiCredentials("Test", "Test2"),
|
||||
LogVerbosity = verbosity,
|
||||
LogWriter = tw
|
||||
LogWriters = new List<TextWriter>() { tw }
|
||||
});
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user