-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added null terminator line ending mode #3453
Conversation
Thanks for opening this pull request! |
Codecov Report
@@ Coverage Diff @@
## master #3453 +/- ##
=======================================
+ Coverage 80% 80% +<1%
=======================================
Files 359 359
Lines 28634 28636 +2
Branches 3817 3818 +1
=======================================
+ Hits 22916 22919 +3
Misses 4620 4620
+ Partials 1098 1097 -1 |
THanks for the PR! What's the exact use case for this line ending? |
Graylog GELF over TCP has option for null terminator line ending mode. It's called null frame delimiter. |
thanks! I changed to commit to master, so I could include it in NLog 4.6.5 :) |
Nice. Thanks :) |
Hooray your first pull request is merged! Thanks for the contribution! Looking for more? 👼 Please check the up-for-grabs issues - thanks! |
NLog 4.6.5 has been released! https://www.nuget.org/packages/NLog/4.6.5 :) |
Currently there are only 4 options for target line ending mode, CRLF|LF|CR|None.
This pull request adds null terminator line ending mode to target "lineEnding" attribute in configuration.
https://github.com/NLog/NLog/wiki/Network-target