NLogViewer.Server
.NET server application which can handle the NLogViewerTarget (https://github.com/NLog/NLog/wiki/NLogViewer-target) and provides the NLogViewer.Webinterface
NLogViewer.Webinterface
Provides an extension method to add an webinterface to your .NET Server application.
Example call in your Startup.cs
public void Configure(IApplicationBuilder app, IHostingEnvironment env)
{
app.UseNlogViewerWebinterface(new NLogViewerWebinterfaceOptions()
{
Path = "/nlogviewer"
});
}
NLogViewer.ClientApplication
Standalone application which can handle the NLogViewerTarget.
Please feel free to contribute
NLogViewer.ServerNLogViewer.WebinterfaceNLogViewer.ClientApplicationNLogViewer.Server
.NET server application which can handle the
NLogViewerTarget(https://github.com/NLog/NLog/wiki/NLogViewer-target) and provides theNLogViewer.WebinterfaceNLogViewer.Webinterface
Provides an extension method to add an webinterface to your .NET Server application.
Example call in your
Startup.csNLogViewer.ClientApplication
Standalone application which can handle the
NLogViewerTarget.Please feel free to contribute