Class: Loggun::Modifiers::OutgoingHttp
- Defined in:
- lib/loggun/modifiers/outgoing_http.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#apply ⇒ Object
7 8 9 10 11 12 13 14 15 |
# File 'lib/loggun/modifiers/outgoing_http.rb', line 7 def apply return unless defined?(HTTP) ::HTTP. = { features: { logging: { logger: BlockLogger } } } end |