class ActionCable::Connection::TaggedLoggerProxy
Public Instance Methods
tag(logger, &block)
click to toggle source
# File lib/sapience/extensions/action_cable/tagged_logger_proxy.rb, line 5 def tag(logger, &block) current_tags = tags - logger.tags logger.tagged(*current_tags, &block) end
Also aliased as: orig_tag