Sha256: c9638d54fd6dae59d576cc6f46b000be90dbab99596e7428981cdb7b69bf4506
Contents?: true
Size: 336 Bytes
Versions: 149
Compression:
Stored size: 336 Bytes
Contents
# frozen_string_literal: true module Renalware module StringLogging extend ActiveSupport::Concern def logging_to_stringio(string_io) logger = ActiveSupport::Logger.new(string_io) logger.formatter = Rails.configuration.log_formatter Rails.logger = ActiveSupport::TaggedLogging.new(logger) end end end
Version data entries
149 entries across 149 versions & 1 rubygems