mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-14 09:52:53 +00:00
Cleanup
This commit is contained in:
@@ -14,7 +14,7 @@ namespace CryptoExchange.Net.Objects
|
||||
/// </summary>
|
||||
public class BaseOptions
|
||||
{
|
||||
internal event Action OnLoggingChanged;
|
||||
internal event Action? OnLoggingChanged;
|
||||
|
||||
private LogLevel _logLevel = LogLevel.Information;
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user