Sha256: 7576f8299244a0b54a4e3584dbda8e3e486d90996298fa13a0cacfd1b0653f88

Contents?: true

Size: 209 Bytes

Versions: 9

Compression:

Stored size: 209 Bytes

Contents

class ThinkingSphinx::Logger
  def self.log(notification, message, &block)
    ActiveSupport::Notifications.instrument(
      "#{notification}.thinking_sphinx", notification => message, &block
    )
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
thinking-sphinx-3.4.2 lib/thinking_sphinx/logger.rb
thinking-sphinx-3.4.1 lib/thinking_sphinx/logger.rb
thinking-sphinx-3.4.0 lib/thinking_sphinx/logger.rb
thinking-sphinx-3.3.0 lib/thinking_sphinx/logger.rb
thinking-sphinx-3.2.0 lib/thinking_sphinx/logger.rb
thinking-sphinx-3.1.4 lib/thinking_sphinx/logger.rb
thinking-sphinx-3.1.3 lib/thinking_sphinx/logger.rb
thinking-sphinx-3.1.2 lib/thinking_sphinx/logger.rb
thinking-sphinx-3.1.1 lib/thinking_sphinx/logger.rb