-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
- Implement
NLogViewer.Server - Implement
NLogViewer.Webinterface - Implement
NLogViewer.ClientApplication
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed