Move RedisLog to Internal namespace (#2038)
This commit is contained in:
parent
b5d5f11ef8
commit
4f4dfe1d23
|
|
@ -6,7 +6,7 @@ using System.Linq;
|
|||
using Microsoft.Extensions.Logging;
|
||||
using StackExchange.Redis;
|
||||
|
||||
namespace Microsoft.AspNetCore.SignalR.Redis
|
||||
namespace Microsoft.AspNetCore.SignalR.Redis.Internal
|
||||
{
|
||||
// We don't want to use our nested static class here because RedisHubLifetimeManager is generic.
|
||||
// We'd end up creating separate instances of all the LoggerMessage.Define values for each Hub.
|
||||
Loading…
Reference in New Issue