Class: JIJI::EventOut
Overview
イベントデータの出力先
Instance Attribute Summary
Attributes inherited from BaseOut
Instance Method Summary collapse
Methods inherited from BaseOut
#each, #initialize, #save, #set_properties
Constructor Details
This class inherits a constructor from JIJI::BaseOut
Instance Method Details
#aggregators ⇒ Object
198 199 200 |
# File 'lib/jiji/output.rb', line 198 def aggregators [JIJI::Dao::RawAggregator.new] end |
#put(type, message) ⇒ Object
ログを書き込む
194 195 196 197 |
# File 'lib/jiji/output.rb', line 194 def put( type, ) @dao << JIJI::Dao::BasicTimedData.new( [type.to_s, , @time.to_i.to_s], @time) end |