# File lib/thin/logging.rb, line 167 def log msg STDERR.puts('#log has been deprecated, please use the ' \ 'log_level function instead (e.g. - log_info).') log_info(msg) end