aspnetcore/samples
David Fowler 11343ea15d
Add logging by default to HubConnectionBuilder (#1867)
- Use the AddLogging extension method by default in the HubConnection
- Removed WithConsoleLogger extension methods
- Removed WithLoggerFactory extension method (moved to test only)
- Added WithLogger that uses the new the new ILoggerBuilder
2018-04-05 10:05:07 -07:00
..
ChatSample Bedrock Renames (#1777) 2018-03-30 15:09:19 -07:00
ClientSample Add logging by default to HubConnectionBuilder (#1867) 2018-04-05 10:05:07 -07:00
JwtClientSample Refactor HubConnectionBuilder (#1830) 2018-04-04 21:19:13 +12:00
JwtSample Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
SignalRSamples Refactor HubConnectionBuilder (#1830) 2018-04-04 21:19:13 +12:00
SocialWeather var all the things (#1855) 2018-04-05 18:41:13 +12:00
WebSocketSample