# File src/swiftcore/Analogger.rb, line 165 165: def add_log(log) 166: @queue[log.first] << log 167: @rcount += 1 168: end