Lavspent.BrowserLogger
1.0.0
让您将浏览器用作来自任何ASP.NET Core应用程序的日志目标。
install-package Lavspent.BrowserLogger
public void ConfigureServices ( IServiceCollection services )
{
// ...
services . AddBrowserLogger ( ) ;
services . Configure < BrowserLoggerOptions > ( Configuration . GetSection ( "Logging" ) ) ;
} public void Configure ( IApplicationBuilder app , IHostingEnvironment env )
{
// ...
app . UseWebSockets ( ) ;
app . UseBrowserLogger ( ) ;
} http://localhost:5000/console