module ActiveSupport::TaggedLogging::Formatter

Public Instance Methods

push_tags(*_args) click to toggle source
# File lib/ichnite/active_support/disable_tagged_logging_patch.rb, line 8
def push_tags(*_args); end
tagged(*_args) { || ... } click to toggle source
# File lib/ichnite/active_support/disable_tagged_logging_patch.rb, line 4
def tagged(*_args)
  yield
end