EasyGelf icon indicating copy to clipboard operation
EasyGelf copied to clipboard

GELF for log4net and NLog

Results 16 EasyGelf issues
Sort by recently updated
recently updated
newest added

Thanks for sharing this project. This PR addresses something we saw in a production environment where pushed an nlog config change that referenced MDC items in the GelfTcp target that...

Hello, we want to use EasyGelf via TcpTarget, but right now we cannot catch any exceptions while opening a connection or sending a message to GrayLog server. Is there any...

Well, .NET Core is slowly becoming mainstream and we need a possibility to use this package in portable applications.

Hi, I wanna change the facility name via variable. For example; ` ` I saw graylog in facility = ${var:facilityName} :) Is there any way to do this? Thanks.

I create empty console c# project. Add EasyGelf from Nuget packet manager. It view on NLog 3.2.0. I update NLog to latest version 4.4.12 and easygelf doesn't work. I'm cry...

I've tried to use HTTP POST input through current version but the implementation is incomplete.

Originally EasyGelf swallows all exceptions. I want to use EasyGelf with TCP-protocol to get connection lost -errors. I have NLOG fallbackgroup that should notice if Graylog connection is lost. In...

Affects version 0.5.1.90 in Nuget ```xml ``` UDP works, but not TCP.

* Changed projects formats to the latest .csproj * Updated code to use the supported APIs (e.g. HttpClient instead of WebRequest)