aspnetcore/samples/ClientSample
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
..
ClientSample.csproj Adding Microsoft.AspNetCore.SignalR.Client 2017-08-31 10:10:02 -07:00
HubSample.cs Made tweaks to .NET client logging API (#869) 2017-09-13 09:18:06 -07:00
LoggingMessageHandler.cs
Program.cs
RawSample.cs