Class: LoggingElf::Configuration
- Inherits:
-
Object
- Object
- LoggingElf::Configuration
- Defined in:
- lib/logging_elf/config.rb
Instance Attribute Summary collapse
-
#graylog_host ⇒ Object
Returns the value of attribute graylog_host.
-
#graylog_port ⇒ Object
Returns the value of attribute graylog_port.
-
#host ⇒ Object
Returns the value of attribute host.
-
#trace_hash ⇒ Object
Returns the value of attribute trace_hash.
Instance Attribute Details
#graylog_host ⇒ Object
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_port ⇒ Object
Returns the value of attribute graylog_port.
12 13 14 |
# File 'lib/logging_elf/config.rb', line 12 def graylog_port @graylog_port end |
#host ⇒ Object
Returns the value of attribute host.
12 13 14 |
# File 'lib/logging_elf/config.rb', line 12 def host @host end |
#trace_hash ⇒ Object
Returns the value of attribute trace_hash.
12 13 14 |
# File 'lib/logging_elf/config.rb', line 12 def trace_hash @trace_hash end |