1 write to Log
Microsoft.Extensions.Caching.Hybrid.Tests (1)
DistributedCacheTests.cs (1)
22Log = log;
22 references to Log
Microsoft.Extensions.Caching.Hybrid.Tests (22)
DistributedCacheTests.cs (16)
62Log.WriteLine("Cache is not available"); 77Log.WriteLine("Data validated"); 90Log.WriteLine("Expiration validated"); 94Log.WriteLine("Expiration not validated - TimeProvider not supported"); 108Log.WriteLine("Cache is not available"); 123Log.WriteLine("Data validated"); 136Log.WriteLine("Expiration validated"); 140Log.WriteLine("Expiration not validated - TimeProvider not supported"); 174Log.WriteLine("Cache is not available or does not support IBufferDistributedCache"); 191Log.WriteLine("Data validated"); 204Log.WriteLine("Expiration validated"); 208Log.WriteLine("Expiration not validated - TimeProvider not supported"); 236Log.WriteLine("Cache is not available or does not support IBufferDistributedCache"); 253Log.WriteLine("Data validated"); 266Log.WriteLine("Expiration validated"); 270Log.WriteLine("Expiration not validated - TimeProvider not supported");
RedisTests.cs (5)
28Log.WriteLine("Redis is not available"); 32Log.WriteLine("Redis is available"); 53Log.WriteLine("Backend cache not available; inconclusive"); 65Log.WriteLine($"features: {cache.GetFeatures()}"); 87Log.WriteLine($"ttl: {ttl}");
SqlServerTests.cs (1)
47Log.WriteLine(ex.Message);