aspnetcore/src
David Fowler 2e695c935e Made tweaks to .NET client logging API (#869)
- Removed ConnectionFactoryDelegate and used Func<IConnection>
- Changed WithLogger that accepts ILoggerFactory to WithLoggerFactory
- Made UseLogger configure the existing ILoggerFactory or create a LoggerFactory
- Add support for setting the log level for console logs
- Updated tests
2017-09-13 09:18:06 -07:00
..
Common
Microsoft.AspNetCore.SignalR Add extension method to get HttpContext on HubConnectionContext (#849) 2017-09-11 16:55:32 -07:00
Microsoft.AspNetCore.SignalR.Client Made tweaks to .NET client logging API (#869) 2017-09-13 09:18:06 -07:00
Microsoft.AspNetCore.SignalR.Client.Core Made tweaks to .NET client logging API (#869) 2017-09-13 09:18:06 -07:00
Microsoft.AspNetCore.SignalR.Common MessagePack Serialization fixes 2017-09-13 08:50:04 -07:00
Microsoft.AspNetCore.SignalR.Core Reduce C# client logging and add HubProtocol log (#857) 2017-09-12 13:45:11 -07:00
Microsoft.AspNetCore.SignalR.Redis
Microsoft.AspNetCore.Sockets
Microsoft.AspNetCore.Sockets.Abstractions
Microsoft.AspNetCore.Sockets.Client.Http Reduce C# client logging and add HubProtocol log (#857) 2017-09-12 13:45:11 -07:00
Microsoft.AspNetCore.Sockets.Common.Http
Microsoft.AspNetCore.Sockets.Http
Directory.Build.props