class method
self.new
Ruby on Rails 6.1.7.10
Since v5.2.8.1Signature
self.new(logger, tags:)
No documentation comment.
Parameters
-
loggerreq -
tagskeyreq
Source
# File actioncable/lib/action_cable/connection/tagged_logger_proxy.rb, line 11
def initialize(logger, tags:)
@logger = logger
@tags = tags.flatten
end
Defined in actioncable/lib/action_cable/connection/tagged_logger_proxy.rb line 11
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Connection::TaggedLoggerProxy