module LoggingElf

graylog2.org/gelf#specs Some appenders can output to different formats, but this isn't one of them, so it's simplified as a result.

Constants

VERSION

Attributes

config[RW]

Public Class Methods

configure() { |config| ... } click to toggle source
# File lib/logging_elf/config.rb, line 6
def self.configure
  self.config ||= Configuration.new
  yield(config)
end