diff --git a/CryptoExchange.Net/Logging/Extensions/CryptoExchangeWebSocketClientLoggingExtension.cs b/CryptoExchange.Net/Logging/Extensions/CryptoExchangeWebSocketClientLoggingExtension.cs index 705cff8..c3581e9 100644 --- a/CryptoExchange.Net/Logging/Extensions/CryptoExchangeWebSocketClientLoggingExtension.cs +++ b/CryptoExchange.Net/Logging/Extensions/CryptoExchangeWebSocketClientLoggingExtension.cs @@ -3,7 +3,7 @@ using System; namespace CryptoExchange.Net.Logging.Extensions { - internal static class CryptoExchangeWebSocketClientLoggingExtension + public static class CryptoExchangeWebSocketClientLoggingExtension { private static readonly Action _connecting; private static readonly Action _connectionFailed; diff --git a/CryptoExchange.Net/Logging/Extensions/RateLimitGateLoggingExtensions.cs b/CryptoExchange.Net/Logging/Extensions/RateLimitGateLoggingExtensions.cs index 74372e4..bdaf411 100644 --- a/CryptoExchange.Net/Logging/Extensions/RateLimitGateLoggingExtensions.cs +++ b/CryptoExchange.Net/Logging/Extensions/RateLimitGateLoggingExtensions.cs @@ -3,7 +3,7 @@ using System; namespace CryptoExchange.Net.Logging.Extensions { - internal static class RateLimitGateLoggingExtensions + public static class RateLimitGateLoggingExtensions { private static readonly Action _rateLimitRequestFailed; private static readonly Action _rateLimitConnectionFailed; diff --git a/CryptoExchange.Net/Logging/Extensions/RestApiClientLoggingExtensions.cs b/CryptoExchange.Net/Logging/Extensions/RestApiClientLoggingExtensions.cs index 5142615..7f3e081 100644 --- a/CryptoExchange.Net/Logging/Extensions/RestApiClientLoggingExtensions.cs +++ b/CryptoExchange.Net/Logging/Extensions/RestApiClientLoggingExtensions.cs @@ -6,7 +6,7 @@ using System.Net.Http; namespace CryptoExchange.Net.Logging.Extensions { - internal static class RestApiClientLoggingExtensions + public static class RestApiClientLoggingExtensions { private static readonly Action _restApiErrorReceived; private static readonly Action _restApiResponseReceived; diff --git a/CryptoExchange.Net/Logging/Extensions/SocketApiClientLoggingExtension.cs b/CryptoExchange.Net/Logging/Extensions/SocketApiClientLoggingExtension.cs index 9aa38c2..b5997e2 100644 --- a/CryptoExchange.Net/Logging/Extensions/SocketApiClientLoggingExtension.cs +++ b/CryptoExchange.Net/Logging/Extensions/SocketApiClientLoggingExtension.cs @@ -3,7 +3,7 @@ using System; namespace CryptoExchange.Net.Logging.Extensions { - internal static class SocketApiClientLoggingExtension + public static class SocketApiClientLoggingExtension { private static readonly Action _failedToAddSubscriptionRetryOnDifferentConnection; private static readonly Action _hasBeenPausedCantSubscribeAtThisMoment; diff --git a/CryptoExchange.Net/Logging/Extensions/SocketConnectionLoggingExtension.cs b/CryptoExchange.Net/Logging/Extensions/SocketConnectionLoggingExtension.cs index 7b67390..ea8b23b 100644 --- a/CryptoExchange.Net/Logging/Extensions/SocketConnectionLoggingExtension.cs +++ b/CryptoExchange.Net/Logging/Extensions/SocketConnectionLoggingExtension.cs @@ -4,7 +4,7 @@ using Microsoft.Extensions.Logging; namespace CryptoExchange.Net.Logging.Extensions { - internal static class SocketConnectionLoggingExtension + public static class SocketConnectionLoggingExtension { private static readonly Action _activityPaused; private static readonly Action _socketStatusChanged; diff --git a/CryptoExchange.Net/Logging/Extensions/SymbolOrderBookLoggingExtensions.cs b/CryptoExchange.Net/Logging/Extensions/SymbolOrderBookLoggingExtensions.cs index a9e40f0..872f60c 100644 --- a/CryptoExchange.Net/Logging/Extensions/SymbolOrderBookLoggingExtensions.cs +++ b/CryptoExchange.Net/Logging/Extensions/SymbolOrderBookLoggingExtensions.cs @@ -4,7 +4,7 @@ using Microsoft.Extensions.Logging; namespace CryptoExchange.Net.Logging.Extensions { - internal static class SymbolOrderBookLoggingExtensions + public static class SymbolOrderBookLoggingExtensions { private static readonly Action _orderBookStatusChanged; private static readonly Action _orderBookStarting;