graylog-labs / gelf-rb

Ruby GELF library (Graylog Extended Log Format)

Home Page:https://rubygems.org/gems/gelf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this library works on Windows?

gmoskovicz opened this issue · comments

Doesn't seems like this gem is working on windows. This doesn't look to work at all:

gelfclient = GELF::Notifier.new(host, port, chunksize)
gelfclient.notify!("short_message" => "prime")

Closing this issue, the GELF library does work and the UDP Socket is working as expected. Another component of the application was causing a UDP socket error.