https://github.com/brianlparker/livelogger
Somebody wanted live logging
https://github.com/brianlparker/livelogger
Last synced: about 1 year ago
JSON representation
Somebody wanted live logging
- Host: GitHub
- URL: https://github.com/brianlparker/livelogger
- Owner: BrianLParker
- Created: 2020-10-31T03:49:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T18:02:29.000Z (over 5 years ago)
- Last Synced: 2025-04-03T04:04:35.371Z (about 1 year ago)
- Language: C#
- Size: 724 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LiveLogger
Somebody wanted live logging
This can be achieved by injecting a Signalr HubContext into a custom Logger. `IHubContext`
Note: As this was a Blazor server project. The code in the .razor pages executes on the server so logging worked here as well.
To achieve the same on a blazor wasm client the client would have to inject a hub connection not a context.