Sha256: 889c1a665914ffe4d5c89704ecdeb042855fa1efaa290c65b44728a4aaffeb71
Contents?: true
Size: 526 Bytes
Versions: 3
Compression:
Stored size: 526 Bytes
Contents
# ActiveSupport::OperationLogger adds ActiveRecord-like logging to anything you want ## Installation Add this line to your application's Gemfile: ```ruby gem 'activesupport-operation_logger' ``` And then execute: $ bundle Or install it yourself as: $ gem install activesupport-operation_logger ## Usage ```rb require 'active_support/operation_logger' ActiveSupport::OperationLogger.log_calls_on! MyKlass ActiveSupport::OperationLogger.log_calls_on! Redis::Client, event_namespace: 'redis', only: :call ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
activesupport-operation_logger-0.2.0 | README.md |
activesupport-operation_logger-0.1.1 | README.md |
activesupport-operation_logger-0.1.0 | README.md |