class GELF::Logger

Graylog2 notifier, compatible with Ruby Logger. You can use it with Rails like this:

config.logger = GELF::Logger.new("localhost", 12201, "WAN", { :facility => "appname" })
config.colorize_logging = false