Skip to content

Roadmap #48

@boexler

Description

@boexler
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions