Method: NicInfo::DataTree#to_normal_log

Defined in:
lib/nicinfo/data_tree.rb

#to_normal_log(logger, annotate = false) ⇒ Object



125
126
127
128
129
# File 'lib/nicinfo/data_tree.rb', line 125

def to_normal_log logger, annotate = false
  @logger = logger
  @data_amount = DataAmount::NORMAL_DATA
  to_log( annotate )
end