Class: Logging::Appenders::Rollbar

Inherits:
Logging::Appender
  • Object
show all
Defined in:
lib/logging/appenders/rollbar.rb

Instance Method Summary collapse

Constructor Details

#initialize(name, opts = {}) ⇒ Rollbar

Returns a new instance of Rollbar.



13
14
15
# File 'lib/logging/appenders/rollbar.rb', line 13

def initialize(name, opts = {})
  super(name, opts)
end

Instance Method Details

#close(*args) ⇒ Object



17
18
19
# File 'lib/logging/appenders/rollbar.rb', line 17

def close(*args)
  super(false)
end