mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-20 04:42:57 +00:00
Additional logging, added ThreadSafeFileWriter
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
namespace CryptoExchange.Net.Interfaces
|
||||
using CryptoExchange.Net.Logging;
|
||||
|
||||
namespace CryptoExchange.Net.Interfaces
|
||||
{
|
||||
public interface IWebsocketFactory
|
||||
{
|
||||
IWebsocket CreateWebsocket(string url);
|
||||
IWebsocket CreateWebsocket(Log log, string url);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user