# File lib/thinking_sphinx/logger.rb, line 4 def self.log(notification, message, &block) ActiveSupport::Notifications.instrument( "#{notification}.thinking_sphinx", notification => message, &block ) end