Class GELF::Logger
In: lib/gelf/logger.rb
Parent: Notifier

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

Included Modules

LoggerCompatibility

[Validate]