# File languages-statistics.rb, line 740 def log(message) @error_outputs.each do |error_output| output_message = message if @console_outputs.include?(error_output) then output_message = Iconv.conv(WikiBotConfig.new.console_encoding, 'UTF-8', message) end error_output.puts output_message error_output.flush end end