Sha256: 8ea4517897443cdcd76f0ad0a3a6d3fe2bfc8a2be24a843a4f2ffee53197ce59

Contents?: true

Size: 166 Bytes

Versions: 4

Compression:

Stored size: 166 Bytes

Contents

module LogSanity
  module LogSubscriber
    class Base < ::ActiveSupport::LogSubscriber

      private
      delegate :fields, :log, to: LogSanity

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
log_sanity-1.1.1 lib/log_sanity/log_subscribers/base.rb
log_sanity-1.1.0 lib/log_sanity/log_subscribers/base.rb
log_sanity-1.0.0 lib/log_sanity/log_subscribers/base.rb
log_sanity-0.2.5 lib/log_sanity/log_subscribers/base.rb