@ -47,7 +47,6 @@ namespace Grpc.Core
/// </summary>
/// </summary>
public class GrpcEnvironment
public class GrpcEnvironment
{
{
const LogLevel DefaultLogLevel = LogLevel . Info ;
const int MinDefaultThreadPoolSize = 4 ;
const int MinDefaultThreadPoolSize = 4 ;
static object staticLock = new object ( ) ;
static object staticLock = new object ( ) ;
@ -58,7 +57,7 @@ namespace Grpc.Core
static readonly HashSet < Channel > registeredChannels = new HashSet < Channel > ( ) ;
static readonly HashSet < Channel > registeredChannels = new HashSet < Channel > ( ) ;
static readonly HashSet < Server > registeredServers = new HashSet < Server > ( ) ;
static readonly HashSet < Server > registeredServers = new HashSet < Server > ( ) ;
static ILogger logger = new LogLevelFilterLogger ( new ConsoleLogger ( ) , DefaultLogLevel ) ;
static ILogger logger = new NullLogger ( ) ;
readonly object myLock = new object ( ) ;
readonly object myLock = new object ( ) ;
readonly GrpcThreadPool threadPool ;
readonly GrpcThreadPool threadPool ;