Class: LoggingElf::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/logging_elf/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#graylog_hostObject

Returns the value of attribute graylog_host.



12
13
14
# File 'lib/logging_elf/config.rb', line 12

def graylog_host
  @graylog_host
end

#graylog_portObject

Returns the value of attribute graylog_port.



12
13
14
# File 'lib/logging_elf/config.rb', line 12

def graylog_port
  @graylog_port
end

#hostObject

Returns the value of attribute host.



12
13
14
# File 'lib/logging_elf/config.rb', line 12

def host
  @host
end

#trace_hashObject

Returns the value of attribute trace_hash.



12
13
14
# File 'lib/logging_elf/config.rb', line 12

def trace_hash
  @trace_hash
end