1
0
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:
JKorf
2018-03-21 10:49:08 +01:00
parent 020893fcbf
commit 46a37937e5
7 changed files with 49 additions and 10 deletions
@@ -177,7 +177,7 @@ namespace CryptoExchange.Net.UnitTests
{
ApiCredentials = new ApiCredentials("Test", "Test2"),
LogVerbosity = verbosity,
LogWriter = tw
LogWriters = new List<TextWriter>() { tw }
});
}
else