Class: Tracker::LoggerTracker

Inherits:
Base
  • Object
show all
Defined in:
lib/liquid/tracker/logger_tracker.rb

Instance Attribute Summary

Attributes inherited from Base

#dimensions

Instance Method Summary collapse

Methods inherited from Base

#initialize, #with_topic

Constructor Details

This class inherits a constructor from Tracker::Base

Instance Method Details

#down?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/liquid/tracker/logger_tracker.rb', line 9

def down?
  false
end

#event(topic, data) ⇒ Object



5
6
7
# File 'lib/liquid/tracker/logger_tracker.rb', line 5

def event(topic, data)
  $log.info("tracker:event:#{topic} #{data}")
end

#shutdownObject



13
14
# File 'lib/liquid/tracker/logger_tracker.rb', line 13

def shutdown
end