More .NET libraries
-
Rebex Total Pack
All Rebex .NET libraries together
// create an instance of SyslogClient using (var client = new SyslogClient()) { // connect to a syslog server client.Connect(hostname, port, SyslogTransportProtocol.Tcp); // send messages client.Send("Hello from Rebex Syslog client."); client.Send("Everything is working fine."); // ... }Show me more code...
Why Rebex Syslog?
Syslog client
Send syslog messages to syslog servers.
Supports both Octet-Counting and Non-transparent framing methods (with configurable message trailer).
Syslog server
Write your own syslog server and receive syslog messages.
Implement event handlers to process messages.
PC and mobile
Supports a wide range of .NET platforms.
Use it on Windows, Mac, Linux, iOS and Android.
Logging
Customizable communication logging to make debugging and tracing easier.
.NET code
Documentation
Extensive documentation with C# and VB.NET code snippets and C# sample apps.
Platforms
.NET
.NET Framework
.NET Core
Mono
Xamarin.iOS
Xamarin.Android
Learn more about supported standards and platforms.