Class: Graytoad

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

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.gelf_notifierObject

Returns the value of attribute gelf_notifier.



6
7
8
# File 'lib/graytoad.rb', line 6

def gelf_notifier
  @gelf_notifier
end

Class Method Details

.notify(*args) ⇒ Object



8
9
10
11
# File 'lib/graytoad.rb', line 8

def notify(*args)
  HoptoadNotifier.notify(*args)
  @gelf_notifier.notify(*args)
end