An open API service indexing awesome lists of open source software.

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

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.