Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 402 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 402 Bytes

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]