SyslogNet
SyslogNet copied to clipboard
.Net Syslog client. Supports both RFC 3164 and RFC 5424 Syslog standards as well as UDP and encrypted TCP transports.
Added support for Full .NET Framework 2.0. Added conditional compilation symbol, added missing dependencies conditionally if net20 (as internal), extension method for string.IsNullOrEmpty (internal) Since the missing System.Linq and extension...
When I send to a host where syslog daemon is not even running, the .Send() method does not throw any exceptions. It takes a tad bit longer than if the...
To be able to be included in applications that are strong named signed, the dependent assembly needs signed. Can you please upload a version that has a sn.snk that has...
The month of a Syslog timestamp is defined as one of these values: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec (https://tools.ietf.org/html/rfc3164#section-4.1.2) But if you are...
Hello, please build a new nuget package and upload it to NuGet.org with netstandard2.0 compatibility.. the current 0.3.3 package has only net40.. Alternatively give me acces to the package in...
Hi, Below is the message received from SyslogNet library for SyslogEncryptedTcpSender. 108 1 2019-06-26T09:48:06.979058+05:30 MD1WU1QC Source_TCP TestRfc5424 TestRfc5424 - This is 5424 Message If you see above message actually the...
What is the current state of the project after adding .Net Standard 2.0? We are looking to go cross platform with .Net Core.
Converted projects to .Net Core. Adapted build script to use dotnet tooling.
Sample using parameters command line ?
SyslogMessage.StructuredDataElement is accepted as an array but was being stored and surfaced through the get property as an IEnumerable. This required a .ToList() on every serialization request as well as...