Skip to content

Multi-Threaded local Syslog Server using .NET Core

License

Notifications You must be signed in to change notification settings

jhueppauff/Syslog.Server

Repository files navigation

Syslog.Server

A simple .NET Core multi threaded syslog server.

PreRequisite

Build

  • Visual Studio
  • DotNet Core 2.0
  • Open UDP Port 514 (syslog)

Run

  • DotNet Core 2.0
  • Open UDP Port 514 (syslog)

How to build

  • Clone the Repo
  • Use the Visual Studio Publish function (right click on the project -> publish)

How to run

  • dotnet run [Name of the compiled dll] [syslog.log path]

About

Multi-Threaded local Syslog Server using .NET Core

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages